Shades of Barley Corn #A9995F
Tints of Barley Corn #A9995F
RGB
CMYK
RGB Variations
Color information
#A9995F (or 0xA9995F) is known color: Barley Corn. HEX triplet: A9, 99 and 5F. RGB value is (169,153,95). Sum of RGB (Red+Green+Blue) = 169+153+95=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A9995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9995F is #5666A0. Grayscale: #979797. Windows color (decimal): -5662369 or 6265257. OLE color: 6265257.
HSL color Cylindrical-coordinate representation of color #A9995F: hue angle of 47.03º 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 #A9995F is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 95 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.34 |
| HSL | 47.03º | 0.3% | 0.52% | - |
| HSV(B) | 47.03º | 0.44% | 0.66% | - |
| XYZ | 29.82 | 32.04 | 15.44 | - |
| YUV | 151.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 95 | 0 | 0.09 | 0.44 | 0.34 | 47.03 | 0.3 | 0.52 |
| Hex | A9 | 99 | 5F | 0 | 9 | 2C | 22 | 2F | 1E | 34 |
| Octal | 251 | 231 | 137 | 0 | 11 | 54 | 42 | 57 | 36 | 64 |
| Binary | 10101001 | 10011001 | 1011111 | 0 | 1001 | 101100 | 100010 | 101111 | 11110 | 110100 |
Color Harmonies of #A9995F
Complementary color
Monochromatic Colors of #A9995F
Black with #A9995F
Text Example
Text Example
White with #A9995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9995F; }
p { color: rgb(169,153,95); }
H1.HeaderClassName
{
color: #A9995F;
}
.AnyTagClassName
{
color: #A9995F;
}
</style>
background-color css
<style>
a { background-color: #A9995F; }
a { background-color: rgb(169,153,95); }
div.DivClassName
{
background-color: #A9995F;
}
.BgClassName
{
background-color: #A9995F;
}
</style>
border-color css
<style>
span { border-color: #A9995F; }
span { border-color: rgb(169,153,95); }
td.TdClassName
{
border-color: #A9995F;
}
.TagClassName
{
border-color: #A9995F;
}
</style>