Shades of Barley Corn #AA9863
Tints of Barley Corn #AA9863
RGB
CMYK
RGB Variations
Color information
#AA9863 (or 0xAA9863) is known color: Barley Corn. HEX triplet: AA, 98 and 63. RGB value is (170,152,99). Sum of RGB (Red+Green+Blue) = 170+152+99=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9863 is #55679C. Grayscale: #979797. Windows color (decimal): -5597085 or 6527146. OLE color: 6527146.
HSL color Cylindrical-coordinate representation of color #AA9863: hue angle of 44.79º 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 #AA9863 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 99 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.33 |
| HSL | 44.79º | 0.29% | 0.53% | - |
| HSV(B) | 44.79º | 0.42% | 0.67% | - |
| XYZ | 30.06 | 31.9 | 16.38 | - |
| YUV | 151.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 99 | 0 | 0.11 | 0.42 | 0.33 | 44.79 | 0.29 | 0.53 |
| Hex | AA | 98 | 63 | 0 | B | 2A | 21 | 2D | 1D | 35 |
| Octal | 252 | 230 | 143 | 0 | 13 | 52 | 41 | 55 | 35 | 65 |
| Binary | 10101010 | 10011000 | 1100011 | 0 | 1011 | 101010 | 100001 | 101101 | 11101 | 110101 |
Color Harmonies of #AA9863
Complementary color
Monochromatic Colors of #AA9863
Black with #AA9863
Text Example
Text Example
White with #AA9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9863; }
p { color: rgb(170,152,99); }
H1.HeaderClassName
{
color: #AA9863;
}
.AnyTagClassName
{
color: #AA9863;
}
</style>
background-color css
<style>
a { background-color: #AA9863; }
a { background-color: rgb(170,152,99); }
div.DivClassName
{
background-color: #AA9863;
}
.BgClassName
{
background-color: #AA9863;
}
</style>
border-color css
<style>
span { border-color: #AA9863; }
span { border-color: rgb(170,152,99); }
td.TdClassName
{
border-color: #AA9863;
}
.TagClassName
{
border-color: #AA9863;
}
</style>