Shades of Barley Corn #AA965A
Tints of Barley Corn #AA965A
RGB
CMYK
RGB Variations
Color information
#AA965A (or 0xAA965A) is known color: Barley Corn. HEX triplet: AA, 96 and 5A. RGB value is (170,150,90). Sum of RGB (Red+Green+Blue) = 170+150+90=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA965A is #5569A5. Grayscale: #959595. Windows color (decimal): -5597606 or 5936810. OLE color: 5936810.
HSL color Cylindrical-coordinate representation of color #AA965A: hue angle of 45º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA965A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 90 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.33 |
| HSL | 45º | 0.32% | 0.51% | - |
| HSV(B) | 45º | 0.47% | 0.67% | - |
| XYZ | 29.33 | 31.1 | 14.13 | - |
| YUV | 149.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 90 | 0 | 0.12 | 0.47 | 0.33 | 45 | 0.32 | 0.51 |
| Hex | AA | 96 | 5A | 0 | C | 2F | 21 | 2D | 20 | 33 |
| Octal | 252 | 226 | 132 | 0 | 14 | 57 | 41 | 55 | 40 | 63 |
| Binary | 10101010 | 10010110 | 1011010 | 0 | 1100 | 101111 | 100001 | 101101 | 100000 | 110011 |
Color Harmonies of #AA965A
Complementary color
Monochromatic Colors of #AA965A
Black with #AA965A
Text Example
Text Example
White with #AA965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA965A; }
p { color: rgb(170,150,90); }
H1.HeaderClassName
{
color: #AA965A;
}
.AnyTagClassName
{
color: #AA965A;
}
</style>
background-color css
<style>
a { background-color: #AA965A; }
a { background-color: rgb(170,150,90); }
div.DivClassName
{
background-color: #AA965A;
}
.BgClassName
{
background-color: #AA965A;
}
</style>
border-color css
<style>
span { border-color: #AA965A; }
span { border-color: rgb(170,150,90); }
td.TdClassName
{
border-color: #AA965A;
}
.TagClassName
{
border-color: #AA965A;
}
</style>