Shades of Barley Corn #AA945F
Tints of Barley Corn #AA945F
RGB
CMYK
RGB Variations
Color information
#AA945F (or 0xAA945F) is known color: Barley Corn. HEX triplet: AA, 94 and 5F. RGB value is (170,148,95). Sum of RGB (Red+Green+Blue) = 170+148+95=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA945F is #556BA0. Grayscale: #949494. Windows color (decimal): -5598113 or 6263978. OLE color: 6263978.
HSL color Cylindrical-coordinate representation of color #AA945F: hue angle of 42.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA945F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 95 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.33 |
| HSL | 42.4º | 0.31% | 0.52% | - |
| HSV(B) | 42.4º | 0.44% | 0.67% | - |
| XYZ | 29.23 | 30.55 | 15.18 | - |
| YUV | 148.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 95 | 0 | 0.13 | 0.44 | 0.33 | 42.4 | 0.31 | 0.52 |
| Hex | AA | 94 | 5F | 0 | D | 2C | 21 | 2A | 1F | 34 |
| Octal | 252 | 224 | 137 | 0 | 15 | 54 | 41 | 52 | 37 | 64 |
| Binary | 10101010 | 10010100 | 1011111 | 0 | 1101 | 101100 | 100001 | 101010 | 11111 | 110100 |
Color Harmonies of #AA945F
Complementary color
Monochromatic Colors of #AA945F
Black with #AA945F
Text Example
Text Example
White with #AA945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA945F; }
p { color: rgb(170,148,95); }
H1.HeaderClassName
{
color: #AA945F;
}
.AnyTagClassName
{
color: #AA945F;
}
</style>
background-color css
<style>
a { background-color: #AA945F; }
a { background-color: rgb(170,148,95); }
div.DivClassName
{
background-color: #AA945F;
}
.BgClassName
{
background-color: #AA945F;
}
</style>
border-color css
<style>
span { border-color: #AA945F; }
span { border-color: rgb(170,148,95); }
td.TdClassName
{
border-color: #AA945F;
}
.TagClassName
{
border-color: #AA945F;
}
</style>