Shades of Barley Corn #AB935E
Tints of Barley Corn #AB935E
RGB
CMYK
RGB Variations
Color information
#AB935E (or 0xAB935E) is known color: Barley Corn. HEX triplet: AB, 93 and 5E. RGB value is (171,147,94). Sum of RGB (Red+Green+Blue) = 171+147+94=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB935E is #546CA1. Grayscale: #949494. Windows color (decimal): -5532834 or 6198187. OLE color: 6198187.
HSL color Cylindrical-coordinate representation of color #AB935E: hue angle of 41.3º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB935E is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 94 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.33 |
| HSL | 41.3º | 0.31% | 0.52% | - |
| HSV(B) | 41.3º | 0.45% | 0.67% | - |
| XYZ | 29.25 | 30.33 | 14.9 | - |
| YUV | 148.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 94 | 0 | 0.14 | 0.45 | 0.33 | 41.3 | 0.31 | 0.52 |
| Hex | AB | 93 | 5E | 0 | E | 2D | 21 | 29 | 1F | 34 |
| Octal | 253 | 223 | 136 | 0 | 16 | 55 | 41 | 51 | 37 | 64 |
| Binary | 10101011 | 10010011 | 1011110 | 0 | 1110 | 101101 | 100001 | 101001 | 11111 | 110100 |
Color Harmonies of #AB935E
Complementary color
Monochromatic Colors of #AB935E
Black with #AB935E
Text Example
Text Example
White with #AB935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB935E; }
p { color: rgb(171,147,94); }
H1.HeaderClassName
{
color: #AB935E;
}
.AnyTagClassName
{
color: #AB935E;
}
</style>
background-color css
<style>
a { background-color: #AB935E; }
a { background-color: rgb(171,147,94); }
div.DivClassName
{
background-color: #AB935E;
}
.BgClassName
{
background-color: #AB935E;
}
</style>
border-color css
<style>
span { border-color: #AB935E; }
span { border-color: rgb(171,147,94); }
td.TdClassName
{
border-color: #AB935E;
}
.TagClassName
{
border-color: #AB935E;
}
</style>