crispedge.com

Color picker

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

#a38b0c hex color - Yellow - Warm color - Information

#a38b0c hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #a38b0c Color code in RGB color code model is created after adding 63.92% red color, 54.51% green color and 4.71% blue color. Hex #a38b0c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 93% yellow and 36% black.

Hex #a38b0c color code is between #aa8811 web safe hex color code and #999900 web safe hex color code. #aa8811 is the nearest web safe color code. You can see here many more shades of #a38b0c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea38b0c#a38b0c
RGB Decimal163, 139, 12rgb(163, 139, 12)
RGB Percent64%, 55%, 5%rgb(64%, 55%, 5%)
CSS RGBa163, 139, 12,1rgba(163,139,12,1)
CMYK Modelcmyk(0%,15%,93%,36%)
HSL Color Space50,86% ,34%hsl(50,86% ,34%)
HSV Color Space50°, 93%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000111000101100001100
Octal24321314
Decimal16313912
Hexa38b0c

Different shades of #a38b0c color code.

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

Light Shade of #a38b0c
#d2b310
Dark Shade of #a38b0c
#736209
Saturated Shade of #a38b0c
#ac9103
Desaturated Shade of #a38b0c
#9a8515
Grey scale Shade of #a38b0c
#575757
Brighten Shade
#bca425
Most Readable Shade
#000000

Shades of #a38b0c color code

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

#a38b0c
#907b0a
#7e6c09
#6c5c08
#5a4d06
#483d05
#362e04
#241e02
#120f01
#000000

Similar Color like #a38b0c color

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

#a48c0d
#a58d0e
#a68e0f
#a78f10
#a89011
#a99112
#aa9213
#ab9314
#ac9415
#ad9516
#ae9617
#af9718
#b09819
#b1991a
#a28a0b
#a1890a
#a08809
#9f8708
#9e8607
#9d8506
#9c8405
#9b8304
#9a8203
#998102
#988001
#977f00
#967e00
#957d00

Monochromatic Color with #a38b0c

#a38b0c
#cdaf0f
#f8d312
#231e03
#4e4206
#786709

Tints of #a38b0c Color

#a38b0c
#ad9727
#b7a442
#c1b15d
#cbbe78
#d6cb93
#e0d8ae
#eae5c9
#f4f2e4
#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

#a38b0c
#0c24a3

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

Split Complementary

#a38b0c
#0c70a3
#3f0ca3

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

Analogous Color

#a34f0c
#a36d0c
#a38b0c
#9da30c
#7fa30c

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

#a38b0c
#0ca38b
#8b0ca3

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

#a38b0c
#0ca33f
#0c24a3
#a30c6f

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

#a38b0c
#0c24a3
#3f0ca3
#70a30c

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 #a38b0c 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.

#a38b0c Color Code Preview on Black Background Color

This is how #a38b0c Color will look on black background color. Color contrast ratio is 6.26

#a38b0c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38b0c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a38b0c

#a38b0c color code is use for CSS Background Color

Background color for the above div is #a38b0c

HTML with inline CSS

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

#a38b0c color code is use for CSS Border Color

CSS Border color for the above div is #a38b0c

HTML with inline CSS

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

CSS Border Left color for the above div is #a38b0c

HTML with inline CSS

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

CSS Border Right color for the above div is #a38b0c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a38b0c

HTML with inline CSS

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

CSS Border Top color for the above div is #a38b0c

HTML with inline CSS

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

#a38b0c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a38b0c Color code Preview on White Background

This is how #a38b0c Color code will look on white background color. Color contrast ratio is 3.36

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 #a38b0c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a38b0c; }

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.