Shades of Barley Corn #AA9964
Tints of Barley Corn #AA9964
RGB
CMYK
RGB Variations
Color information
#AA9964 (or 0xAA9964) is known color: Barley Corn. HEX triplet: AA, 99 and 64. RGB value is (170,153,100). Sum of RGB (Red+Green+Blue) = 170+153+100=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9964 is #55669B. Grayscale: #989898. Windows color (decimal): -5596828 or 6592938. OLE color: 6592938.
HSL color Cylindrical-coordinate representation of color #AA9964: hue angle of 45.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA9964 is Cyan = 0, Magento = 0.1, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 100 | - |
| CMYK | 0 | 0.1 | 0.41 | 0.33 |
| HSL | 45.43º | 0.29% | 0.53% | - |
| HSV(B) | 45.43º | 0.41% | 0.67% | - |
| XYZ | 30.27 | 32.25 | 16.69 | - |
| YUV | 152.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 100 | 0 | 0.1 | 0.41 | 0.33 | 45.43 | 0.29 | 0.53 |
| Hex | AA | 99 | 64 | 0 | A | 29 | 21 | 2D | 1D | 35 |
| Octal | 252 | 231 | 144 | 0 | 12 | 51 | 41 | 55 | 35 | 65 |
| Binary | 10101010 | 10011001 | 1100100 | 0 | 1010 | 101001 | 100001 | 101101 | 11101 | 110101 |
Color Harmonies of #AA9964
Complementary color
Monochromatic Colors of #AA9964
Black with #AA9964
Text Example
Text Example
White with #AA9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9964; }
p { color: rgb(170,153,100); }
H1.HeaderClassName
{
color: #AA9964;
}
.AnyTagClassName
{
color: #AA9964;
}
</style>
background-color css
<style>
a { background-color: #AA9964; }
a { background-color: rgb(170,153,100); }
div.DivClassName
{
background-color: #AA9964;
}
.BgClassName
{
background-color: #AA9964;
}
</style>
border-color css
<style>
span { border-color: #AA9964; }
span { border-color: rgb(170,153,100); }
td.TdClassName
{
border-color: #AA9964;
}
.TagClassName
{
border-color: #AA9964;
}
</style>