Shades of Barley Corn #AB965D
Tints of Barley Corn #AB965D
RGB
CMYK
RGB Variations
Color information
#AB965D (or 0xAB965D) is known color: Barley Corn. HEX triplet: AB, 96 and 5D. RGB value is (171,150,93). Sum of RGB (Red+Green+Blue) = 171+150+93=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB965D is #5469A2. Grayscale: #969696. Windows color (decimal): -5532067 or 6133419. OLE color: 6133419.
HSL color Cylindrical-coordinate representation of color #AB965D: hue angle of 43.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB965D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 93 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.33 |
| HSL | 43.85º | 0.32% | 0.52% | - |
| HSV(B) | 43.85º | 0.46% | 0.67% | - |
| XYZ | 29.68 | 31.26 | 14.83 | - |
| YUV | 149.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 93 | 0 | 0.12 | 0.46 | 0.33 | 43.85 | 0.32 | 0.52 |
| Hex | AB | 96 | 5D | 0 | C | 2E | 21 | 2C | 20 | 34 |
| Octal | 253 | 226 | 135 | 0 | 14 | 56 | 41 | 54 | 40 | 64 |
| Binary | 10101011 | 10010110 | 1011101 | 0 | 1100 | 101110 | 100001 | 101100 | 100000 | 110100 |
Color Harmonies of #AB965D
Complementary color
Monochromatic Colors of #AB965D
Black with #AB965D
Text Example
Text Example
White with #AB965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB965D; }
p { color: rgb(171,150,93); }
H1.HeaderClassName
{
color: #AB965D;
}
.AnyTagClassName
{
color: #AB965D;
}
</style>
background-color css
<style>
a { background-color: #AB965D; }
a { background-color: rgb(171,150,93); }
div.DivClassName
{
background-color: #AB965D;
}
.BgClassName
{
background-color: #AB965D;
}
</style>
border-color css
<style>
span { border-color: #AB965D; }
span { border-color: rgb(171,150,93); }
td.TdClassName
{
border-color: #AB965D;
}
.TagClassName
{
border-color: #AB965D;
}
</style>