Shades of Barley Corn #AA9165
Tints of Barley Corn #AA9165
RGB
CMYK
RGB Variations
Color information
#AA9165 (or 0xAA9165) is known color: Barley Corn. HEX triplet: AA, 91 and 65. RGB value is (170,145,101). Sum of RGB (Red+Green+Blue) = 170+145+101=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9165 is #556E9A. Grayscale: #939393. Windows color (decimal): -5598875 or 6656426. OLE color: 6656426.
HSL color Cylindrical-coordinate representation of color #AA9165: hue angle of 38.26º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA9165 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 101 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.33 |
| HSL | 38.26º | 0.29% | 0.53% | - |
| HSV(B) | 38.26º | 0.41% | 0.67% | - |
| XYZ | 29.05 | 29.74 | 16.52 | - |
| YUV | 147.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 101 | 0 | 0.15 | 0.41 | 0.33 | 38.26 | 0.29 | 0.53 |
| Hex | AA | 91 | 65 | 0 | F | 29 | 21 | 26 | 1D | 35 |
| Octal | 252 | 221 | 145 | 0 | 17 | 51 | 41 | 46 | 35 | 65 |
| Binary | 10101010 | 10010001 | 1100101 | 0 | 1111 | 101001 | 100001 | 100110 | 11101 | 110101 |
Color Harmonies of #AA9165
Complementary color
Monochromatic Colors of #AA9165
Black with #AA9165
Text Example
Text Example
White with #AA9165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9165; }
p { color: rgb(170,145,101); }
H1.HeaderClassName
{
color: #AA9165;
}
.AnyTagClassName
{
color: #AA9165;
}
</style>
background-color css
<style>
a { background-color: #AA9165; }
a { background-color: rgb(170,145,101); }
div.DivClassName
{
background-color: #AA9165;
}
.BgClassName
{
background-color: #AA9165;
}
</style>
border-color css
<style>
span { border-color: #AA9165; }
span { border-color: rgb(170,145,101); }
td.TdClassName
{
border-color: #AA9165;
}
.TagClassName
{
border-color: #AA9165;
}
</style>