Shades of Barley Corn #AA9A63
Tints of Barley Corn #AA9A63
RGB
CMYK
RGB Variations
Color information
#AA9A63 (or 0xAA9A63) is known color: Barley Corn. HEX triplet: AA, 9A and 63. RGB value is (170,154,99). Sum of RGB (Red+Green+Blue) = 170+154+99=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A63 is #55659C. Grayscale: #989898. Windows color (decimal): -5596573 or 6527658. OLE color: 6527658.
HSL color Cylindrical-coordinate representation of color #AA9A63: hue angle of 46.48º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA9A63 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 99 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.33 |
| HSL | 46.48º | 0.29% | 0.53% | - |
| HSV(B) | 46.48º | 0.42% | 0.67% | - |
| XYZ | 30.39 | 32.56 | 16.49 | - |
| YUV | 152.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 99 | 0 | 0.09 | 0.42 | 0.33 | 46.48 | 0.29 | 0.53 |
| Hex | AA | 9A | 63 | 0 | 9 | 2A | 21 | 2E | 1D | 35 |
| Octal | 252 | 232 | 143 | 0 | 11 | 52 | 41 | 56 | 35 | 65 |
| Binary | 10101010 | 10011010 | 1100011 | 0 | 1001 | 101010 | 100001 | 101110 | 11101 | 110101 |
Color Harmonies of #AA9A63
Complementary color
Monochromatic Colors of #AA9A63
Black with #AA9A63
Text Example
Text Example
White with #AA9A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A63; }
p { color: rgb(170,154,99); }
H1.HeaderClassName
{
color: #AA9A63;
}
.AnyTagClassName
{
color: #AA9A63;
}
</style>
background-color css
<style>
a { background-color: #AA9A63; }
a { background-color: rgb(170,154,99); }
div.DivClassName
{
background-color: #AA9A63;
}
.BgClassName
{
background-color: #AA9A63;
}
</style>
border-color css
<style>
span { border-color: #AA9A63; }
span { border-color: rgb(170,154,99); }
td.TdClassName
{
border-color: #AA9A63;
}
.TagClassName
{
border-color: #AA9A63;
}
</style>