Shades of Barley Corn #A99962
Tints of Barley Corn #A99962
RGB
CMYK
RGB Variations
Color information
#A99962 (or 0xA99962) is known color: Barley Corn. HEX triplet: A9, 99 and 62. RGB value is (169,153,98). Sum of RGB (Red+Green+Blue) = 169+153+98=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99962 is #56669D. Grayscale: #979797. Windows color (decimal): -5662366 or 6461865. OLE color: 6461865.
HSL color Cylindrical-coordinate representation of color #A99962: hue angle of 46.48º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A99962 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 98 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.34 |
| HSL | 46.48º | 0.29% | 0.52% | - |
| HSV(B) | 46.48º | 0.42% | 0.66% | - |
| XYZ | 29.96 | 32.1 | 16.17 | - |
| YUV | 151.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 98 | 0 | 0.09 | 0.42 | 0.34 | 46.48 | 0.29 | 0.52 |
| Hex | A9 | 99 | 62 | 0 | 9 | 2A | 22 | 2E | 1D | 34 |
| Octal | 251 | 231 | 142 | 0 | 11 | 52 | 42 | 56 | 35 | 64 |
| Binary | 10101001 | 10011001 | 1100010 | 0 | 1001 | 101010 | 100010 | 101110 | 11101 | 110100 |
Color Harmonies of #A99962
Complementary color
Monochromatic Colors of #A99962
Black with #A99962
Text Example
Text Example
White with #A99962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99962; }
p { color: rgb(169,153,98); }
H1.HeaderClassName
{
color: #A99962;
}
.AnyTagClassName
{
color: #A99962;
}
</style>
background-color css
<style>
a { background-color: #A99962; }
a { background-color: rgb(169,153,98); }
div.DivClassName
{
background-color: #A99962;
}
.BgClassName
{
background-color: #A99962;
}
</style>
border-color css
<style>
span { border-color: #A99962; }
span { border-color: rgb(169,153,98); }
td.TdClassName
{
border-color: #A99962;
}
.TagClassName
{
border-color: #A99962;
}
</style>