Shades of Barley Corn #AB965E
Tints of Barley Corn #AB965E
RGB
CMYK
RGB Variations
Color information
#AB965E (or 0xAB965E) is known color: Barley Corn. HEX triplet: AB, 96 and 5E. RGB value is (171,150,94). Sum of RGB (Red+Green+Blue) = 171+150+94=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB965E is #5469A1. Grayscale: #969696. Windows color (decimal): -5532066 or 6198955. OLE color: 6198955.
HSL color Cylindrical-coordinate representation of color #AB965E: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB965E is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 94 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.33 |
| HSL | 43.64º | 0.31% | 0.52% | - |
| HSV(B) | 43.64º | 0.45% | 0.67% | - |
| XYZ | 29.72 | 31.28 | 15.06 | - |
| YUV | 149.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 94 | 0 | 0.12 | 0.45 | 0.33 | 43.64 | 0.31 | 0.52 |
| Hex | AB | 96 | 5E | 0 | C | 2D | 21 | 2C | 1F | 34 |
| Octal | 253 | 226 | 136 | 0 | 14 | 55 | 41 | 54 | 37 | 64 |
| Binary | 10101011 | 10010110 | 1011110 | 0 | 1100 | 101101 | 100001 | 101100 | 11111 | 110100 |
Color Harmonies of #AB965E
Complementary color
Monochromatic Colors of #AB965E
Black with #AB965E
Text Example
Text Example
White with #AB965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB965E; }
p { color: rgb(171,150,94); }
H1.HeaderClassName
{
color: #AB965E;
}
.AnyTagClassName
{
color: #AB965E;
}
</style>
background-color css
<style>
a { background-color: #AB965E; }
a { background-color: rgb(171,150,94); }
div.DivClassName
{
background-color: #AB965E;
}
.BgClassName
{
background-color: #AB965E;
}
</style>
border-color css
<style>
span { border-color: #AB965E; }
span { border-color: rgb(171,150,94); }
td.TdClassName
{
border-color: #AB965E;
}
.TagClassName
{
border-color: #AB965E;
}
</style>