Shades of Barley Corn #AA935B
Tints of Barley Corn #AA935B
RGB
CMYK
RGB Variations
Color information
#AA935B (or 0xAA935B) is known color: Barley Corn. HEX triplet: AA, 93 and 5B. RGB value is (170,147,91). Sum of RGB (Red+Green+Blue) = 170+147+91=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA935B is #556CA4. Grayscale: #939393. Windows color (decimal): -5598373 or 6001578. OLE color: 6001578.
HSL color Cylindrical-coordinate representation of color #AA935B: hue angle of 42.53º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA935B is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 91 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.33 |
| HSL | 42.53º | 0.32% | 0.51% | - |
| HSV(B) | 42.53º | 0.46% | 0.67% | - |
| XYZ | 28.9 | 30.17 | 14.2 | - |
| YUV | 147.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 91 | 0 | 0.14 | 0.46 | 0.33 | 42.53 | 0.32 | 0.51 |
| Hex | AA | 93 | 5B | 0 | E | 2E | 21 | 2B | 20 | 33 |
| Octal | 252 | 223 | 133 | 0 | 16 | 56 | 41 | 53 | 40 | 63 |
| Binary | 10101010 | 10010011 | 1011011 | 0 | 1110 | 101110 | 100001 | 101011 | 100000 | 110011 |
Color Harmonies of #AA935B
Complementary color
Monochromatic Colors of #AA935B
Black with #AA935B
Text Example
Text Example
White with #AA935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA935B; }
p { color: rgb(170,147,91); }
H1.HeaderClassName
{
color: #AA935B;
}
.AnyTagClassName
{
color: #AA935B;
}
</style>
background-color css
<style>
a { background-color: #AA935B; }
a { background-color: rgb(170,147,91); }
div.DivClassName
{
background-color: #AA935B;
}
.BgClassName
{
background-color: #AA935B;
}
</style>
border-color css
<style>
span { border-color: #AA935B; }
span { border-color: rgb(170,147,91); }
td.TdClassName
{
border-color: #AA935B;
}
.TagClassName
{
border-color: #AA935B;
}
</style>