crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a98b30 hex color - Yellow - Warm color - Information

#a98b30 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #a98b30 Color code in RGB color code model is created after adding 66.27% red color, 54.51% green color and 18.82% blue color. Hex #a98b30 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 72% yellow and 34% black.

Hex #a98b30 color code is between #aa8833 web safe hex color code and #999922 web safe hex color code. #aa8833 is the nearest web safe color code. You can see here many more shades of #a98b30 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea98b30#a98b30
RGB Decimal169, 139, 48rgb(169, 139, 48)
RGB Percent66%, 55%, 19%rgb(66%, 55%, 19%)
CSS RGBa169, 139, 48,1rgba(169,139,48,1)
CMYK Modelcmyk(0%,18%,72%,34%)
HSL Color Space45,56% ,43%hsl(45,56% ,43%)
HSV Color Space45°, 72%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010011000101100110000
Octal25121360
Decimal16913948
Hexa98b30

Different shades of #a98b30 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #a98b30
#c9a842
Dark Shade of #a98b30
#816a25
Saturated Shade of #a98b30
#b49025
Desaturated Shade of #a98b30
#9e863b
Grey scale Shade of #a98b30
#6c6c6c
Brighten Shade
#c2a449
Most Readable Shade
#000000

Shades of #a98b30 color code

Generate more color scales with scales (color stack) generator.

#a98b30
#967b2a
#836c25
#705c20
#5d4d1a
#4b3d15
#382e10
#251e0a
#120f05
#000000

Similar Color like #a98b30 color

Find visually similar hex color codes nearing to #a98b30 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#aa8c31
#ab8d32
#ac8e33
#ad8f34
#ae9035
#af9136
#b09237
#b19338
#b29439
#b3953a
#b4963b
#b5973c
#b6983d
#b7993e
#a88a2f
#a7892e
#a6882d
#a5872c
#a4862b
#a3852a
#a28429
#a18328
#a08227
#9f8126
#9e8025
#9d7f24
#9c7e23
#9b7d22

Monochromatic Color with #a98b30

#a98b30
#d3ae3c
#fed148
#29220c
#544518
#7e6824

Tints of #a98b30 Color

#a98b30
#b29747
#bca45e
#c5b175
#cfbe8c
#d8cba3
#e2d8ba
#ebe5d1
#f5f2e8
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#a98b30
#304ea9

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#a98b30
#308ba9
#4e30a9

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#a95b30
#a97330
#a98b30
#a9a330
#97a930

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#a98b30
#30a98b
#8b30a9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#a98b30
#30a94e
#304ea9
#a9308a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#a98b30
#304ea9
#4e30a9
#8ba930

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #a98b30 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#a98b30 Color Code Preview on Black Background Color

This is how #a98b30 Color will look on black background color. Color contrast ratio is 6.42

#a98b30 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#a98b30">Your Example Paragraph content text in with font color #a98b30 </p>

Your Example Paragraph content text in with font color #a98b30

HTML with inline CSS

<div style="color:#a98b30">Your Paragraph text in with font color #a98b30 </div>

Your Example Paragraph content text in with font color #a98b30

#a98b30 color code is use for CSS Background Color

Background color for the above div is #a98b30

HTML with inline CSS

<div style="background-color:#a98b30;"></div>

#a98b30 color code is use for CSS Border Color

CSS Border color for the above div is #a98b30

HTML with inline CSS

<div style="border:5px solid #a98b30;"></div>

CSS Border Left color for the above div is #a98b30

HTML with inline CSS

<div style="border-left:5px solid #a98b30;"></div>

CSS Border Right color for the above div is #a98b30

HTML with inline CSS

<div style="border-right:5px solid #a98b30;"></div>

CSS Border Bottom color for the above div is #a98b30

HTML with inline CSS

<div style="border-bottom:5px solid #a98b30;"></div>

CSS Border Top color for the above div is #a98b30

HTML with inline CSS

<div style="border-top:5px solid #a98b30;"></div>

#a98b30 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#a98b30; } .examplecolorclass {color:#a98b30; } .examplebordercolor {border:3px solid #a98b30; }

#a98b30 Color code Preview on White Background

This is how #a98b30 Color code will look on white background color. Color contrast ratio is 3.27

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #a98b30; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a98b30; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.