Shades of Barley Corn #A9935E
Tints of Barley Corn #A9935E
RGB
CMYK
RGB Variations
Color information
#A9935E (or 0xA9935E) is known color: Barley Corn. HEX triplet: A9, 93 and 5E. RGB value is (169,147,94). Sum of RGB (Red+Green+Blue) = 169+147+94=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9935E is #566CA1. Grayscale: #939393. Windows color (decimal): -5663906 or 6198185. OLE color: 6198185.
HSL color Cylindrical-coordinate representation of color #A9935E: hue angle of 42.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9935E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 94 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.34 |
| HSL | 42.4º | 0.3% | 0.52% | - |
| HSV(B) | 42.4º | 0.44% | 0.66% | - |
| XYZ | 28.82 | 30.11 | 14.88 | - |
| YUV | 147.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 94 | 0 | 0.13 | 0.44 | 0.34 | 42.4 | 0.3 | 0.52 |
| Hex | A9 | 93 | 5E | 0 | D | 2C | 22 | 2A | 1E | 34 |
| Octal | 251 | 223 | 136 | 0 | 15 | 54 | 42 | 52 | 36 | 64 |
| Binary | 10101001 | 10010011 | 1011110 | 0 | 1101 | 101100 | 100010 | 101010 | 11110 | 110100 |
Color Harmonies of #A9935E
Complementary color
Monochromatic Colors of #A9935E
Black with #A9935E
Text Example
Text Example
White with #A9935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9935E; }
p { color: rgb(169,147,94); }
H1.HeaderClassName
{
color: #A9935E;
}
.AnyTagClassName
{
color: #A9935E;
}
</style>
background-color css
<style>
a { background-color: #A9935E; }
a { background-color: rgb(169,147,94); }
div.DivClassName
{
background-color: #A9935E;
}
.BgClassName
{
background-color: #A9935E;
}
</style>
border-color css
<style>
span { border-color: #A9935E; }
span { border-color: rgb(169,147,94); }
td.TdClassName
{
border-color: #A9935E;
}
.TagClassName
{
border-color: #A9935E;
}
</style>