Shades of Barley Corn #AA935D
Tints of Barley Corn #AA935D
RGB
CMYK
RGB Variations
Color information
#AA935D (or 0xAA935D) is known color: Barley Corn. HEX triplet: AA, 93 and 5D. RGB value is (170,147,93). Sum of RGB (Red+Green+Blue) = 170+147+93=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935D is #556CA2. Grayscale: #939393. Windows color (decimal): -5598371 or 6132650. OLE color: 6132650.
HSL color Cylindrical-coordinate representation of color #AA935D: hue angle of 42.08º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA935D is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 93 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.33 |
| HSL | 42.08º | 0.31% | 0.52% | - |
| HSV(B) | 42.08º | 0.45% | 0.67% | - |
| XYZ | 28.99 | 30.2 | 14.66 | - |
| YUV | 147.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 93 | 0 | 0.14 | 0.45 | 0.33 | 42.08 | 0.31 | 0.52 |
| Hex | AA | 93 | 5D | 0 | E | 2D | 21 | 2A | 1F | 34 |
| Octal | 252 | 223 | 135 | 0 | 16 | 55 | 41 | 52 | 37 | 64 |
| Binary | 10101010 | 10010011 | 1011101 | 0 | 1110 | 101101 | 100001 | 101010 | 11111 | 110100 |
Color Harmonies of #AA935D
Complementary color
Monochromatic Colors of #AA935D
Black with #AA935D
Text Example
Text Example
White with #AA935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA935D; }
p { color: rgb(170,147,93); }
H1.HeaderClassName
{
color: #AA935D;
}
.AnyTagClassName
{
color: #AA935D;
}
</style>
background-color css
<style>
a { background-color: #AA935D; }
a { background-color: rgb(170,147,93); }
div.DivClassName
{
background-color: #AA935D;
}
.BgClassName
{
background-color: #AA935D;
}
</style>
border-color css
<style>
span { border-color: #AA935D; }
span { border-color: rgb(170,147,93); }
td.TdClassName
{
border-color: #AA935D;
}
.TagClassName
{
border-color: #AA935D;
}
</style>