Shades of Barley Corn #AA8F63
Tints of Barley Corn #AA8F63
RGB
CMYK
RGB Variations
Color information
#AA8F63 (or 0xAA8F63) is known color: Barley Corn. HEX triplet: AA, 8F and 63. RGB value is (170,143,99). Sum of RGB (Red+Green+Blue) = 170+143+99=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F63 is #55709C. Grayscale: #929292. Windows color (decimal): -5599389 or 6524842. OLE color: 6524842.
HSL color Cylindrical-coordinate representation of color #AA8F63: hue angle of 37.18º 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 #AA8F63 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 99 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.33 |
| HSL | 37.18º | 0.29% | 0.53% | - |
| HSV(B) | 37.18º | 0.42% | 0.67% | - |
| XYZ | 28.65 | 29.09 | 15.91 | - |
| YUV | 146.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 99 | 0 | 0.16 | 0.42 | 0.33 | 37.18 | 0.29 | 0.53 |
| Hex | AA | 8F | 63 | 0 | 10 | 2A | 21 | 25 | 1D | 35 |
| Octal | 252 | 217 | 143 | 0 | 20 | 52 | 41 | 45 | 35 | 65 |
| Binary | 10101010 | 10001111 | 1100011 | 0 | 10000 | 101010 | 100001 | 100101 | 11101 | 110101 |
Color Harmonies of #AA8F63
Complementary color
Monochromatic Colors of #AA8F63
Black with #AA8F63
Text Example
Text Example
White with #AA8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F63; }
p { color: rgb(170,143,99); }
H1.HeaderClassName
{
color: #AA8F63;
}
.AnyTagClassName
{
color: #AA8F63;
}
</style>
background-color css
<style>
a { background-color: #AA8F63; }
a { background-color: rgb(170,143,99); }
div.DivClassName
{
background-color: #AA8F63;
}
.BgClassName
{
background-color: #AA8F63;
}
</style>
border-color css
<style>
span { border-color: #AA8F63; }
span { border-color: rgb(170,143,99); }
td.TdClassName
{
border-color: #AA8F63;
}
.TagClassName
{
border-color: #AA8F63;
}
</style>