Shades of Barley Corn #AA955B
Tints of Barley Corn #AA955B
RGB
CMYK
RGB Variations
Color information
#AA955B (or 0xAA955B) is known color: Barley Corn. HEX triplet: AA, 95 and 5B. RGB value is (170,149,91). Sum of RGB (Red+Green+Blue) = 170+149+91=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA955B is #556AA4. Grayscale: #949494. Windows color (decimal): -5597861 or 6002090. OLE color: 6002090.
HSL color Cylindrical-coordinate representation of color #AA955B: hue angle of 44.05º 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 #AA955B is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 91 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.33 |
| HSL | 44.05º | 0.32% | 0.51% | - |
| HSV(B) | 44.05º | 0.46% | 0.67% | - |
| XYZ | 29.21 | 30.8 | 14.3 | - |
| YUV | 148.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 91 | 0 | 0.12 | 0.46 | 0.33 | 44.05 | 0.32 | 0.51 |
| Hex | AA | 95 | 5B | 0 | C | 2E | 21 | 2C | 20 | 33 |
| Octal | 252 | 225 | 133 | 0 | 14 | 56 | 41 | 54 | 40 | 63 |
| Binary | 10101010 | 10010101 | 1011011 | 0 | 1100 | 101110 | 100001 | 101100 | 100000 | 110011 |
Color Harmonies of #AA955B
Complementary color
Monochromatic Colors of #AA955B
Black with #AA955B
Text Example
Text Example
White with #AA955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA955B; }
p { color: rgb(170,149,91); }
H1.HeaderClassName
{
color: #AA955B;
}
.AnyTagClassName
{
color: #AA955B;
}
</style>
background-color css
<style>
a { background-color: #AA955B; }
a { background-color: rgb(170,149,91); }
div.DivClassName
{
background-color: #AA955B;
}
.BgClassName
{
background-color: #AA955B;
}
</style>
border-color css
<style>
span { border-color: #AA955B; }
span { border-color: rgb(170,149,91); }
td.TdClassName
{
border-color: #AA955B;
}
.TagClassName
{
border-color: #AA955B;
}
</style>