Shades of Barley Corn #AA965B
Tints of Barley Corn #AA965B
RGB
CMYK
RGB Variations
Color information
#AA965B (or 0xAA965B) is known color: Barley Corn. HEX triplet: AA, 96 and 5B. RGB value is (170,150,91). Sum of RGB (Red+Green+Blue) = 170+150+91=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA965B is #5569A4. Grayscale: #959595. Windows color (decimal): -5597605 or 6002346. OLE color: 6002346.
HSL color Cylindrical-coordinate representation of color #AA965B: hue angle of 44.81º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA965B is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 91 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.33 |
| HSL | 44.81º | 0.32% | 0.51% | - |
| HSV(B) | 44.81º | 0.46% | 0.67% | - |
| XYZ | 29.37 | 31.11 | 14.36 | - |
| YUV | 149.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 91 | 0 | 0.12 | 0.46 | 0.33 | 44.81 | 0.32 | 0.51 |
| Hex | AA | 96 | 5B | 0 | C | 2E | 21 | 2D | 20 | 33 |
| Octal | 252 | 226 | 133 | 0 | 14 | 56 | 41 | 55 | 40 | 63 |
| Binary | 10101010 | 10010110 | 1011011 | 0 | 1100 | 101110 | 100001 | 101101 | 100000 | 110011 |
Color Harmonies of #AA965B
Complementary color
Monochromatic Colors of #AA965B
Black with #AA965B
Text Example
Text Example
White with #AA965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA965B; }
p { color: rgb(170,150,91); }
H1.HeaderClassName
{
color: #AA965B;
}
.AnyTagClassName
{
color: #AA965B;
}
</style>
background-color css
<style>
a { background-color: #AA965B; }
a { background-color: rgb(170,150,91); }
div.DivClassName
{
background-color: #AA965B;
}
.BgClassName
{
background-color: #AA965B;
}
</style>
border-color css
<style>
span { border-color: #AA965B; }
span { border-color: rgb(170,150,91); }
td.TdClassName
{
border-color: #AA965B;
}
.TagClassName
{
border-color: #AA965B;
}
</style>