Shades of Barley Corn #A99560
Tints of Barley Corn #A99560
RGB
CMYK
RGB Variations
Color information
#A99560 (or 0xA99560) is known color: Barley Corn. HEX triplet: A9, 95 and 60. RGB value is (169,149,96). Sum of RGB (Red+Green+Blue) = 169+149+96=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99560 is #566A9F. Grayscale: #959595. Windows color (decimal): -5663392 or 6329769. OLE color: 6329769.
HSL color Cylindrical-coordinate representation of color #A99560: hue angle of 43.56º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A99560 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 96 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.34 |
| HSL | 43.56º | 0.3% | 0.52% | - |
| HSV(B) | 43.56º | 0.43% | 0.66% | - |
| XYZ | 29.22 | 30.77 | 15.47 | - |
| YUV | 148.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 96 | 0 | 0.12 | 0.43 | 0.34 | 43.56 | 0.3 | 0.52 |
| Hex | A9 | 95 | 60 | 0 | C | 2B | 22 | 2C | 1E | 34 |
| Octal | 251 | 225 | 140 | 0 | 14 | 53 | 42 | 54 | 36 | 64 |
| Binary | 10101001 | 10010101 | 1100000 | 0 | 1100 | 101011 | 100010 | 101100 | 11110 | 110100 |
Color Harmonies of #A99560
Complementary color
Monochromatic Colors of #A99560
Black with #A99560
Text Example
Text Example
White with #A99560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99560; }
p { color: rgb(169,149,96); }
H1.HeaderClassName
{
color: #A99560;
}
.AnyTagClassName
{
color: #A99560;
}
</style>
background-color css
<style>
a { background-color: #A99560; }
a { background-color: rgb(169,149,96); }
div.DivClassName
{
background-color: #A99560;
}
.BgClassName
{
background-color: #A99560;
}
</style>
border-color css
<style>
span { border-color: #A99560; }
span { border-color: rgb(169,149,96); }
td.TdClassName
{
border-color: #A99560;
}
.TagClassName
{
border-color: #A99560;
}
</style>