Shades of Barley Corn #AA965E
Tints of Barley Corn #AA965E
RGB
CMYK
RGB Variations
Color information
#AA965E (or 0xAA965E) is known color: Barley Corn. HEX triplet: AA, 96 and 5E. RGB value is (170,150,94). Sum of RGB (Red+Green+Blue) = 170+150+94=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA965E is #5569A1. Grayscale: #959595. Windows color (decimal): -5597602 or 6198954. OLE color: 6198954.
HSL color Cylindrical-coordinate representation of color #AA965E: hue angle of 44.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA965E is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 94 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.33 |
| HSL | 44.21º | 0.31% | 0.52% | - |
| HSV(B) | 44.21º | 0.45% | 0.67% | - |
| XYZ | 29.5 | 31.17 | 15.05 | - |
| YUV | 149.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 94 | 0 | 0.12 | 0.45 | 0.33 | 44.21 | 0.31 | 0.52 |
| Hex | AA | 96 | 5E | 0 | C | 2D | 21 | 2C | 1F | 34 |
| Octal | 252 | 226 | 136 | 0 | 14 | 55 | 41 | 54 | 37 | 64 |
| Binary | 10101010 | 10010110 | 1011110 | 0 | 1100 | 101101 | 100001 | 101100 | 11111 | 110100 |
Color Harmonies of #AA965E
Complementary color
Monochromatic Colors of #AA965E
Black with #AA965E
Text Example
Text Example
White with #AA965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA965E; }
p { color: rgb(170,150,94); }
H1.HeaderClassName
{
color: #AA965E;
}
.AnyTagClassName
{
color: #AA965E;
}
</style>
background-color css
<style>
a { background-color: #AA965E; }
a { background-color: rgb(170,150,94); }
div.DivClassName
{
background-color: #AA965E;
}
.BgClassName
{
background-color: #AA965E;
}
</style>
border-color css
<style>
span { border-color: #AA965E; }
span { border-color: rgb(170,150,94); }
td.TdClassName
{
border-color: #AA965E;
}
.TagClassName
{
border-color: #AA965E;
}
</style>