Shades of Barley Corn #A99164
Tints of Barley Corn #A99164
RGB
CMYK
RGB Variations
Color information
#A99164 (or 0xA99164) is known color: Barley Corn. HEX triplet: A9, 91 and 64. RGB value is (169,145,100). Sum of RGB (Red+Green+Blue) = 169+145+100=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99164 is #566E9B. Grayscale: #939393. Windows color (decimal): -5664412 or 6590889. OLE color: 6590889.
HSL color Cylindrical-coordinate representation of color #A99164: hue angle of 39.13º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A99164 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 100 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.34 |
| HSL | 39.13º | 0.29% | 0.53% | - |
| HSV(B) | 39.13º | 0.41% | 0.66% | - |
| XYZ | 28.79 | 29.61 | 16.25 | - |
| YUV | 147.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 100 | 0 | 0.14 | 0.41 | 0.34 | 39.13 | 0.29 | 0.53 |
| Hex | A9 | 91 | 64 | 0 | E | 29 | 22 | 27 | 1D | 35 |
| Octal | 251 | 221 | 144 | 0 | 16 | 51 | 42 | 47 | 35 | 65 |
| Binary | 10101001 | 10010001 | 1100100 | 0 | 1110 | 101001 | 100010 | 100111 | 11101 | 110101 |
Color Harmonies of #A99164
Complementary color
Monochromatic Colors of #A99164
Black with #A99164
Text Example
Text Example
White with #A99164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99164; }
p { color: rgb(169,145,100); }
H1.HeaderClassName
{
color: #A99164;
}
.AnyTagClassName
{
color: #A99164;
}
</style>
background-color css
<style>
a { background-color: #A99164; }
a { background-color: rgb(169,145,100); }
div.DivClassName
{
background-color: #A99164;
}
.BgClassName
{
background-color: #A99164;
}
</style>
border-color css
<style>
span { border-color: #A99164; }
span { border-color: rgb(169,145,100); }
td.TdClassName
{
border-color: #A99164;
}
.TagClassName
{
border-color: #A99164;
}
</style>