Shades of Barley Corn #AA935F
Tints of Barley Corn #AA935F
RGB
CMYK
RGB Variations
Color information
#AA935F (or 0xAA935F) is known color: Barley Corn. HEX triplet: AA, 93 and 5F. RGB value is (170,147,95). Sum of RGB (Red+Green+Blue) = 170+147+95=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935F is #556CA0. Grayscale: #949494. Windows color (decimal): -5598369 or 6263722. OLE color: 6263722.
HSL color Cylindrical-coordinate representation of color #AA935F: hue angle of 41.6º 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 #AA935F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 95 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.33 |
| HSL | 41.6º | 0.31% | 0.52% | - |
| HSV(B) | 41.6º | 0.44% | 0.67% | - |
| XYZ | 29.08 | 30.24 | 15.13 | - |
| YUV | 147.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 95 | 0 | 0.14 | 0.44 | 0.33 | 41.6 | 0.31 | 0.52 |
| Hex | AA | 93 | 5F | 0 | E | 2C | 21 | 2A | 1F | 34 |
| Octal | 252 | 223 | 137 | 0 | 16 | 54 | 41 | 52 | 37 | 64 |
| Binary | 10101010 | 10010011 | 1011111 | 0 | 1110 | 101100 | 100001 | 101010 | 11111 | 110100 |
Color Harmonies of #AA935F
Complementary color
Monochromatic Colors of #AA935F
Black with #AA935F
Text Example
Text Example
White with #AA935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA935F; }
p { color: rgb(170,147,95); }
H1.HeaderClassName
{
color: #AA935F;
}
.AnyTagClassName
{
color: #AA935F;
}
</style>
background-color css
<style>
a { background-color: #AA935F; }
a { background-color: rgb(170,147,95); }
div.DivClassName
{
background-color: #AA935F;
}
.BgClassName
{
background-color: #AA935F;
}
</style>
border-color css
<style>
span { border-color: #AA935F; }
span { border-color: rgb(170,147,95); }
td.TdClassName
{
border-color: #AA935F;
}
.TagClassName
{
border-color: #AA935F;
}
</style>