Shades of Barley Corn #AA9667
Tints of Barley Corn #AA9667
RGB
CMYK
RGB Variations
Color information
#AA9667 (or 0xAA9667) is known color: Barley Corn. HEX triplet: AA, 96 and 67. RGB value is (170,150,103). Sum of RGB (Red+Green+Blue) = 170+150+103=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9667 is #556998. Grayscale: #969696. Windows color (decimal): -5597593 or 6788778. OLE color: 6788778.
HSL color Cylindrical-coordinate representation of color #AA9667: hue angle of 42.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9667 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 103 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.33 |
| HSL | 42.09º | 0.28% | 0.54% | - |
| HSV(B) | 42.09º | 0.39% | 0.67% | - |
| XYZ | 29.93 | 31.34 | 17.3 | - |
| YUV | 150.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 103 | 0 | 0.12 | 0.39 | 0.33 | 42.09 | 0.28 | 0.54 |
| Hex | AA | 96 | 67 | 0 | C | 27 | 21 | 2A | 1C | 36 |
| Octal | 252 | 226 | 147 | 0 | 14 | 47 | 41 | 52 | 34 | 66 |
| Binary | 10101010 | 10010110 | 1100111 | 0 | 1100 | 100111 | 100001 | 101010 | 11100 | 110110 |
Color Harmonies of #AA9667
Complementary color
Monochromatic Colors of #AA9667
Black with #AA9667
Text Example
Text Example
White with #AA9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9667; }
p { color: rgb(170,150,103); }
H1.HeaderClassName
{
color: #AA9667;
}
.AnyTagClassName
{
color: #AA9667;
}
</style>
background-color css
<style>
a { background-color: #AA9667; }
a { background-color: rgb(170,150,103); }
div.DivClassName
{
background-color: #AA9667;
}
.BgClassName
{
background-color: #AA9667;
}
</style>
border-color css
<style>
span { border-color: #AA9667; }
span { border-color: rgb(170,150,103); }
td.TdClassName
{
border-color: #AA9667;
}
.TagClassName
{
border-color: #AA9667;
}
</style>