Shades of Barley Corn #AB965C
Tints of Barley Corn #AB965C
RGB
CMYK
RGB Variations
Color information
#AB965C (or 0xAB965C) is known color: Barley Corn. HEX triplet: AB, 96 and 5C. RGB value is (171,150,92). Sum of RGB (Red+Green+Blue) = 171+150+92=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB965C is #5469A3. Grayscale: #959595. Windows color (decimal): -5532068 or 6067883. OLE color: 6067883.
HSL color Cylindrical-coordinate representation of color #AB965C: hue angle of 44.05º 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 #AB965C is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 92 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.33 |
| HSL | 44.05º | 0.32% | 0.52% | - |
| HSV(B) | 44.05º | 0.46% | 0.67% | - |
| XYZ | 29.63 | 31.24 | 14.59 | - |
| YUV | 149.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 92 | 0 | 0.12 | 0.46 | 0.33 | 44.05 | 0.32 | 0.52 |
| Hex | AB | 96 | 5C | 0 | C | 2E | 21 | 2C | 20 | 34 |
| Octal | 253 | 226 | 134 | 0 | 14 | 56 | 41 | 54 | 40 | 64 |
| Binary | 10101011 | 10010110 | 1011100 | 0 | 1100 | 101110 | 100001 | 101100 | 100000 | 110100 |
Color Harmonies of #AB965C
Complementary color
Monochromatic Colors of #AB965C
Black with #AB965C
Text Example
Text Example
White with #AB965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB965C; }
p { color: rgb(171,150,92); }
H1.HeaderClassName
{
color: #AB965C;
}
.AnyTagClassName
{
color: #AB965C;
}
</style>
background-color css
<style>
a { background-color: #AB965C; }
a { background-color: rgb(171,150,92); }
div.DivClassName
{
background-color: #AB965C;
}
.BgClassName
{
background-color: #AB965C;
}
</style>
border-color css
<style>
span { border-color: #AB965C; }
span { border-color: rgb(171,150,92); }
td.TdClassName
{
border-color: #AB965C;
}
.TagClassName
{
border-color: #AB965C;
}
</style>