Shades of Barley Corn #AB9A64
Tints of Barley Corn #AB9A64
RGB
CMYK
RGB Variations
Color information
#AB9A64 (or 0xAB9A64) is known color: Barley Corn. HEX triplet: AB, 9A and 64. RGB value is (171,154,100). Sum of RGB (Red+Green+Blue) = 171+154+100=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A64 is #54659B. Grayscale: #999999. Windows color (decimal): -5531036 or 6593195. OLE color: 6593195.
HSL color Cylindrical-coordinate representation of color #AB9A64: hue angle of 45.63º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB9A64 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 100 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.33 |
| HSL | 45.63º | 0.3% | 0.53% | - |
| HSV(B) | 45.63º | 0.42% | 0.67% | - |
| XYZ | 30.65 | 32.69 | 16.75 | - |
| YUV | 152.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 100 | 0 | 0.10 | 0.42 | 0.33 | 45.63 | 0.3 | 0.53 |
| Hex | AB | 9A | 64 | 0 | A | 2A | 21 | 2E | 1E | 35 |
| Octal | 253 | 232 | 144 | 0 | 12 | 52 | 41 | 56 | 36 | 65 |
| Binary | 10101011 | 10011010 | 1100100 | 0 | 1010 | 101010 | 100001 | 101110 | 11110 | 110101 |
Color Harmonies of #AB9A64
Complementary color
Monochromatic Colors of #AB9A64
Black with #AB9A64
Text Example
Text Example
White with #AB9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A64; }
p { color: rgb(171,154,100); }
H1.HeaderClassName
{
color: #AB9A64;
}
.AnyTagClassName
{
color: #AB9A64;
}
</style>
background-color css
<style>
a { background-color: #AB9A64; }
a { background-color: rgb(171,154,100); }
div.DivClassName
{
background-color: #AB9A64;
}
.BgClassName
{
background-color: #AB9A64;
}
</style>
border-color css
<style>
span { border-color: #AB9A64; }
span { border-color: rgb(171,154,100); }
td.TdClassName
{
border-color: #AB9A64;
}
.TagClassName
{
border-color: #AB9A64;
}
</style>