Shades of Barley Corn #AB915C
Tints of Barley Corn #AB915C
RGB
CMYK
RGB Variations
Color information
#AB915C (or 0xAB915C) is known color: Barley Corn. HEX triplet: AB, 91 and 5C. RGB value is (171,145,92). Sum of RGB (Red+Green+Blue) = 171+145+92=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915C is #546EA3. Grayscale: #929292. Windows color (decimal): -5533348 or 6066603. OLE color: 6066603.
HSL color Cylindrical-coordinate representation of color #AB915C: hue angle of 40.25º 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 #AB915C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 92 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.33 |
| HSL | 40.25º | 0.32% | 0.52% | - |
| HSV(B) | 40.25º | 0.46% | 0.67% | - |
| XYZ | 28.85 | 29.68 | 14.33 | - |
| YUV | 146.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 92 | 0 | 0.15 | 0.46 | 0.33 | 40.25 | 0.32 | 0.52 |
| Hex | AB | 91 | 5C | 0 | F | 2E | 21 | 28 | 20 | 34 |
| Octal | 253 | 221 | 134 | 0 | 17 | 56 | 41 | 50 | 40 | 64 |
| Binary | 10101011 | 10010001 | 1011100 | 0 | 1111 | 101110 | 100001 | 101000 | 100000 | 110100 |
Color Harmonies of #AB915C
Complementary color
Monochromatic Colors of #AB915C
Black with #AB915C
Text Example
Text Example
White with #AB915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB915C; }
p { color: rgb(171,145,92); }
H1.HeaderClassName
{
color: #AB915C;
}
.AnyTagClassName
{
color: #AB915C;
}
</style>
background-color css
<style>
a { background-color: #AB915C; }
a { background-color: rgb(171,145,92); }
div.DivClassName
{
background-color: #AB915C;
}
.BgClassName
{
background-color: #AB915C;
}
</style>
border-color css
<style>
span { border-color: #AB915C; }
span { border-color: rgb(171,145,92); }
td.TdClassName
{
border-color: #AB915C;
}
.TagClassName
{
border-color: #AB915C;
}
</style>