Shades of Barley Corn #AB985D
Tints of Barley Corn #AB985D
RGB
CMYK
RGB Variations
Color information
#AB985D (or 0xAB985D) is known color: Barley Corn. HEX triplet: AB, 98 and 5D. RGB value is (171,152,93). Sum of RGB (Red+Green+Blue) = 171+152+93=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB985D is #5467A2. Grayscale: #979797. Windows color (decimal): -5531555 or 6133931. OLE color: 6133931.
HSL color Cylindrical-coordinate representation of color #AB985D: hue angle of 45.38º 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 #AB985D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 93 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.33 |
| HSL | 45.38º | 0.32% | 0.52% | - |
| HSV(B) | 45.38º | 0.46% | 0.67% | - |
| XYZ | 30 | 31.9 | 14.93 | - |
| YUV | 150.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 93 | 0 | 0.11 | 0.46 | 0.33 | 45.38 | 0.32 | 0.52 |
| Hex | AB | 98 | 5D | 0 | B | 2E | 21 | 2D | 20 | 34 |
| Octal | 253 | 230 | 135 | 0 | 13 | 56 | 41 | 55 | 40 | 64 |
| Binary | 10101011 | 10011000 | 1011101 | 0 | 1011 | 101110 | 100001 | 101101 | 100000 | 110100 |
Color Harmonies of #AB985D
Complementary color
Monochromatic Colors of #AB985D
Black with #AB985D
Text Example
Text Example
White with #AB985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB985D; }
p { color: rgb(171,152,93); }
H1.HeaderClassName
{
color: #AB985D;
}
.AnyTagClassName
{
color: #AB985D;
}
</style>
background-color css
<style>
a { background-color: #AB985D; }
a { background-color: rgb(171,152,93); }
div.DivClassName
{
background-color: #AB985D;
}
.BgClassName
{
background-color: #AB985D;
}
</style>
border-color css
<style>
span { border-color: #AB985D; }
span { border-color: rgb(171,152,93); }
td.TdClassName
{
border-color: #AB985D;
}
.TagClassName
{
border-color: #AB985D;
}
</style>