Shades of Barley Corn #AA9666
Tints of Barley Corn #AA9666
RGB
CMYK
RGB Variations
Color information
#AA9666 (or 0xAA9666) is known color: Barley Corn. HEX triplet: AA, 96 and 66. RGB value is (170,150,102). Sum of RGB (Red+Green+Blue) = 170+150+102=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9666 is #556999. Grayscale: #969696. Windows color (decimal): -5597594 or 6723242. OLE color: 6723242.
HSL color Cylindrical-coordinate representation of color #AA9666: hue angle of 42.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA9666 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 102 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.33 |
| HSL | 42.35º | 0.29% | 0.53% | - |
| HSV(B) | 42.35º | 0.4% | 0.67% | - |
| XYZ | 29.88 | 31.32 | 17.04 | - |
| YUV | 150.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 102 | 0 | 0.12 | 0.4 | 0.33 | 42.35 | 0.29 | 0.53 |
| Hex | AA | 96 | 66 | 0 | C | 28 | 21 | 2A | 1D | 35 |
| Octal | 252 | 226 | 146 | 0 | 14 | 50 | 41 | 52 | 35 | 65 |
| Binary | 10101010 | 10010110 | 1100110 | 0 | 1100 | 101000 | 100001 | 101010 | 11101 | 110101 |
Color Harmonies of #AA9666
Complementary color
Monochromatic Colors of #AA9666
Black with #AA9666
Text Example
Text Example
White with #AA9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9666; }
p { color: rgb(170,150,102); }
H1.HeaderClassName
{
color: #AA9666;
}
.AnyTagClassName
{
color: #AA9666;
}
</style>
background-color css
<style>
a { background-color: #AA9666; }
a { background-color: rgb(170,150,102); }
div.DivClassName
{
background-color: #AA9666;
}
.BgClassName
{
background-color: #AA9666;
}
</style>
border-color css
<style>
span { border-color: #AA9666; }
span { border-color: rgb(170,150,102); }
td.TdClassName
{
border-color: #AA9666;
}
.TagClassName
{
border-color: #AA9666;
}
</style>