Shades of Barley Corn #AB915F
Tints of Barley Corn #AB915F
RGB
CMYK
RGB Variations
Color information
#AB915F (or 0xAB915F) is known color: Barley Corn. HEX triplet: AB, 91 and 5F. RGB value is (171,145,95). Sum of RGB (Red+Green+Blue) = 171+145+95=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915F is #546EA0. Grayscale: #939393. Windows color (decimal): -5533345 or 6263211. OLE color: 6263211.
HSL color Cylindrical-coordinate representation of color #AB915F: hue angle of 39.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB915F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 95 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.33 |
| HSL | 39.47º | 0.31% | 0.52% | - |
| HSV(B) | 39.47º | 0.44% | 0.67% | - |
| XYZ | 28.99 | 29.73 | 15.04 | - |
| YUV | 147.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 95 | 0 | 0.15 | 0.44 | 0.33 | 39.47 | 0.31 | 0.52 |
| Hex | AB | 91 | 5F | 0 | F | 2C | 21 | 27 | 1F | 34 |
| Octal | 253 | 221 | 137 | 0 | 17 | 54 | 41 | 47 | 37 | 64 |
| Binary | 10101011 | 10010001 | 1011111 | 0 | 1111 | 101100 | 100001 | 100111 | 11111 | 110100 |
Color Harmonies of #AB915F
Complementary color
Monochromatic Colors of #AB915F
Black with #AB915F
Text Example
Text Example
White with #AB915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB915F; }
p { color: rgb(171,145,95); }
H1.HeaderClassName
{
color: #AB915F;
}
.AnyTagClassName
{
color: #AB915F;
}
</style>
background-color css
<style>
a { background-color: #AB915F; }
a { background-color: rgb(171,145,95); }
div.DivClassName
{
background-color: #AB915F;
}
.BgClassName
{
background-color: #AB915F;
}
</style>
border-color css
<style>
span { border-color: #AB915F; }
span { border-color: rgb(171,145,95); }
td.TdClassName
{
border-color: #AB915F;
}
.TagClassName
{
border-color: #AB915F;
}
</style>