Shades of Barley Corn #AA9762
Tints of Barley Corn #AA9762
RGB
CMYK
RGB Variations
Color information
#AA9762 (or 0xAA9762) is known color: Barley Corn. HEX triplet: AA, 97 and 62. RGB value is (170,151,98). Sum of RGB (Red+Green+Blue) = 170+151+98=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9762 is #55689D. Grayscale: #969696. Windows color (decimal): -5597342 or 6461354. OLE color: 6461354.
HSL color Cylindrical-coordinate representation of color #AA9762: hue angle of 44.17º degrees, saturation: 0.3, 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 #AA9762 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 98 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.33 |
| HSL | 44.17º | 0.3% | 0.53% | - |
| HSV(B) | 44.17º | 0.42% | 0.67% | - |
| XYZ | 29.85 | 31.56 | 16.07 | - |
| YUV | 150.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 98 | 0 | 0.11 | 0.42 | 0.33 | 44.17 | 0.3 | 0.53 |
| Hex | AA | 97 | 62 | 0 | B | 2A | 21 | 2C | 1E | 35 |
| Octal | 252 | 227 | 142 | 0 | 13 | 52 | 41 | 54 | 36 | 65 |
| Binary | 10101010 | 10010111 | 1100010 | 0 | 1011 | 101010 | 100001 | 101100 | 11110 | 110101 |
Color Harmonies of #AA9762
Complementary color
Monochromatic Colors of #AA9762
Black with #AA9762
Text Example
Text Example
White with #AA9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9762; }
p { color: rgb(170,151,98); }
H1.HeaderClassName
{
color: #AA9762;
}
.AnyTagClassName
{
color: #AA9762;
}
</style>
background-color css
<style>
a { background-color: #AA9762; }
a { background-color: rgb(170,151,98); }
div.DivClassName
{
background-color: #AA9762;
}
.BgClassName
{
background-color: #AA9762;
}
</style>
border-color css
<style>
span { border-color: #AA9762; }
span { border-color: rgb(170,151,98); }
td.TdClassName
{
border-color: #AA9762;
}
.TagClassName
{
border-color: #AA9762;
}
</style>