Shades of Barley Corn #AA9468
Tints of Barley Corn #AA9468
RGB
CMYK
RGB Variations
Color information
#AA9468 (or 0xAA9468) is known color: Barley Corn. HEX triplet: AA, 94 and 68. RGB value is (170,148,104). Sum of RGB (Red+Green+Blue) = 170+148+104=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9468 is #556B97. Grayscale: #959595. Windows color (decimal): -5598104 or 6853802. OLE color: 6853802.
HSL color Cylindrical-coordinate representation of color #AA9468: hue angle of 40º 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 #AA9468 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 104 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.33 |
| HSL | 40º | 0.28% | 0.54% | - |
| HSV(B) | 40º | 0.39% | 0.67% | - |
| XYZ | 29.67 | 30.73 | 17.46 | - |
| YUV | 149.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 104 | 0 | 0.13 | 0.39 | 0.33 | 40 | 0.28 | 0.54 |
| Hex | AA | 94 | 68 | 0 | D | 27 | 21 | 28 | 1C | 36 |
| Octal | 252 | 224 | 150 | 0 | 15 | 47 | 41 | 50 | 34 | 66 |
| Binary | 10101010 | 10010100 | 1101000 | 0 | 1101 | 100111 | 100001 | 101000 | 11100 | 110110 |
Color Harmonies of #AA9468
Complementary color
Monochromatic Colors of #AA9468
Black with #AA9468
Text Example
Text Example
White with #AA9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9468; }
p { color: rgb(170,148,104); }
H1.HeaderClassName
{
color: #AA9468;
}
.AnyTagClassName
{
color: #AA9468;
}
</style>
background-color css
<style>
a { background-color: #AA9468; }
a { background-color: rgb(170,148,104); }
div.DivClassName
{
background-color: #AA9468;
}
.BgClassName
{
background-color: #AA9468;
}
</style>
border-color css
<style>
span { border-color: #AA9468; }
span { border-color: rgb(170,148,104); }
td.TdClassName
{
border-color: #AA9468;
}
.TagClassName
{
border-color: #AA9468;
}
</style>