Shades of Barley Corn #AB935D
Tints of Barley Corn #AB935D
RGB
CMYK
RGB Variations
Color information
#AB935D (or 0xAB935D) is known color: Barley Corn. HEX triplet: AB, 93 and 5D. RGB value is (171,147,93). Sum of RGB (Red+Green+Blue) = 171+147+93=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB935D is #546CA2. Grayscale: #949494. Windows color (decimal): -5532835 or 6132651. OLE color: 6132651.
HSL color Cylindrical-coordinate representation of color #AB935D: hue angle of 41.54º 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 #AB935D is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 93 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.33 |
| HSL | 41.54º | 0.32% | 0.52% | - |
| HSV(B) | 41.54º | 0.46% | 0.67% | - |
| XYZ | 29.2 | 30.32 | 14.67 | - |
| YUV | 148.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 93 | 0 | 0.14 | 0.46 | 0.33 | 41.54 | 0.32 | 0.52 |
| Hex | AB | 93 | 5D | 0 | E | 2E | 21 | 2A | 20 | 34 |
| Octal | 253 | 223 | 135 | 0 | 16 | 56 | 41 | 52 | 40 | 64 |
| Binary | 10101011 | 10010011 | 1011101 | 0 | 1110 | 101110 | 100001 | 101010 | 100000 | 110100 |
Color Harmonies of #AB935D
Complementary color
Monochromatic Colors of #AB935D
Black with #AB935D
Text Example
Text Example
White with #AB935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB935D; }
p { color: rgb(171,147,93); }
H1.HeaderClassName
{
color: #AB935D;
}
.AnyTagClassName
{
color: #AB935D;
}
</style>
background-color css
<style>
a { background-color: #AB935D; }
a { background-color: rgb(171,147,93); }
div.DivClassName
{
background-color: #AB935D;
}
.BgClassName
{
background-color: #AB935D;
}
</style>
border-color css
<style>
span { border-color: #AB935D; }
span { border-color: rgb(171,147,93); }
td.TdClassName
{
border-color: #AB935D;
}
.TagClassName
{
border-color: #AB935D;
}
</style>