Shades of Barley Corn #AB955D
Tints of Barley Corn #AB955D
RGB
CMYK
RGB Variations
Color information
#AB955D (or 0xAB955D) is known color: Barley Corn. HEX triplet: AB, 95 and 5D. RGB value is (171,149,93). Sum of RGB (Red+Green+Blue) = 171+149+93=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB955D is #546AA2. Grayscale: #959595. Windows color (decimal): -5532323 or 6133163. OLE color: 6133163.
HSL color Cylindrical-coordinate representation of color #AB955D: hue angle of 43.08º 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 #AB955D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 93 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.33 |
| HSL | 43.08º | 0.32% | 0.52% | - |
| HSV(B) | 43.08º | 0.46% | 0.67% | - |
| XYZ | 29.52 | 30.94 | 14.77 | - |
| YUV | 149.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 93 | 0 | 0.13 | 0.46 | 0.33 | 43.08 | 0.32 | 0.52 |
| Hex | AB | 95 | 5D | 0 | D | 2E | 21 | 2B | 20 | 34 |
| Octal | 253 | 225 | 135 | 0 | 15 | 56 | 41 | 53 | 40 | 64 |
| Binary | 10101011 | 10010101 | 1011101 | 0 | 1101 | 101110 | 100001 | 101011 | 100000 | 110100 |
Color Harmonies of #AB955D
Complementary color
Monochromatic Colors of #AB955D
Black with #AB955D
Text Example
Text Example
White with #AB955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB955D; }
p { color: rgb(171,149,93); }
H1.HeaderClassName
{
color: #AB955D;
}
.AnyTagClassName
{
color: #AB955D;
}
</style>
background-color css
<style>
a { background-color: #AB955D; }
a { background-color: rgb(171,149,93); }
div.DivClassName
{
background-color: #AB955D;
}
.BgClassName
{
background-color: #AB955D;
}
</style>
border-color css
<style>
span { border-color: #AB955D; }
span { border-color: rgb(171,149,93); }
td.TdClassName
{
border-color: #AB955D;
}
.TagClassName
{
border-color: #AB955D;
}
</style>