Shades of Barley Corn #AB915D
Tints of Barley Corn #AB915D
RGB
CMYK
RGB Variations
Color information
#AB915D (or 0xAB915D) is known color: Barley Corn. HEX triplet: AB, 91 and 5D. RGB value is (171,145,93). Sum of RGB (Red+Green+Blue) = 171+145+93=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915D is #546EA2. Grayscale: #939393. Windows color (decimal): -5533347 or 6132139. OLE color: 6132139.
HSL color Cylindrical-coordinate representation of color #AB915D: hue angle of 40º 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 #AB915D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 93 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.33 |
| HSL | 40º | 0.32% | 0.52% | - |
| HSV(B) | 40º | 0.46% | 0.67% | - |
| XYZ | 28.9 | 29.7 | 14.57 | - |
| YUV | 146.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 93 | 0 | 0.15 | 0.46 | 0.33 | 40 | 0.32 | 0.52 |
| Hex | AB | 91 | 5D | 0 | F | 2E | 21 | 28 | 20 | 34 |
| Octal | 253 | 221 | 135 | 0 | 17 | 56 | 41 | 50 | 40 | 64 |
| Binary | 10101011 | 10010001 | 1011101 | 0 | 1111 | 101110 | 100001 | 101000 | 100000 | 110100 |
Color Harmonies of #AB915D
Complementary color
Monochromatic Colors of #AB915D
Black with #AB915D
Text Example
Text Example
White with #AB915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB915D; }
p { color: rgb(171,145,93); }
H1.HeaderClassName
{
color: #AB915D;
}
.AnyTagClassName
{
color: #AB915D;
}
</style>
background-color css
<style>
a { background-color: #AB915D; }
a { background-color: rgb(171,145,93); }
div.DivClassName
{
background-color: #AB915D;
}
.BgClassName
{
background-color: #AB915D;
}
</style>
border-color css
<style>
span { border-color: #AB915D; }
span { border-color: rgb(171,145,93); }
td.TdClassName
{
border-color: #AB915D;
}
.TagClassName
{
border-color: #AB915D;
}
</style>