Shades of Barley Corn #AB9963
Tints of Barley Corn #AB9963
RGB
CMYK
RGB Variations
Color information
#AB9963 (or 0xAB9963) is known color: Barley Corn. HEX triplet: AB, 99 and 63. RGB value is (171,153,99). Sum of RGB (Red+Green+Blue) = 171+153+99=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9963 is #54669C. Grayscale: #989898. Windows color (decimal): -5531293 or 6527403. OLE color: 6527403.
HSL color Cylindrical-coordinate representation of color #AB9963: hue angle of 45º 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 #AB9963 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 99 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.33 |
| HSL | 45º | 0.3% | 0.53% | - |
| HSV(B) | 45º | 0.42% | 0.67% | - |
| XYZ | 30.44 | 32.34 | 16.44 | - |
| YUV | 152.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 99 | 0 | 0.11 | 0.42 | 0.33 | 45 | 0.3 | 0.53 |
| Hex | AB | 99 | 63 | 0 | B | 2A | 21 | 2D | 1E | 35 |
| Octal | 253 | 231 | 143 | 0 | 13 | 52 | 41 | 55 | 36 | 65 |
| Binary | 10101011 | 10011001 | 1100011 | 0 | 1011 | 101010 | 100001 | 101101 | 11110 | 110101 |
Color Harmonies of #AB9963
Complementary color
Monochromatic Colors of #AB9963
Black with #AB9963
Text Example
Text Example
White with #AB9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9963; }
p { color: rgb(171,153,99); }
H1.HeaderClassName
{
color: #AB9963;
}
.AnyTagClassName
{
color: #AB9963;
}
</style>
background-color css
<style>
a { background-color: #AB9963; }
a { background-color: rgb(171,153,99); }
div.DivClassName
{
background-color: #AB9963;
}
.BgClassName
{
background-color: #AB9963;
}
</style>
border-color css
<style>
span { border-color: #AB9963; }
span { border-color: rgb(171,153,99); }
td.TdClassName
{
border-color: #AB9963;
}
.TagClassName
{
border-color: #AB9963;
}
</style>