Shades of Barley Corn #AB905D
Tints of Barley Corn #AB905D
RGB
CMYK
RGB Variations
Color information
#AB905D (or 0xAB905D) is known color: Barley Corn. HEX triplet: AB, 90 and 5D. RGB value is (171,144,93). Sum of RGB (Red+Green+Blue) = 171+144+93=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB905D is #546FA2. Grayscale: #929292. Windows color (decimal): -5533603 or 6131883. OLE color: 6131883.
HSL color Cylindrical-coordinate representation of color #AB905D: hue angle of 39.23º 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 #AB905D is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 93 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.33 |
| HSL | 39.23º | 0.32% | 0.52% | - |
| HSV(B) | 39.23º | 0.46% | 0.67% | - |
| XYZ | 28.74 | 29.39 | 14.51 | - |
| YUV | 146.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 93 | 0 | 0.16 | 0.46 | 0.33 | 39.23 | 0.32 | 0.52 |
| Hex | AB | 90 | 5D | 0 | 10 | 2E | 21 | 27 | 20 | 34 |
| Octal | 253 | 220 | 135 | 0 | 20 | 56 | 41 | 47 | 40 | 64 |
| Binary | 10101011 | 10010000 | 1011101 | 0 | 10000 | 101110 | 100001 | 100111 | 100000 | 110100 |
Color Harmonies of #AB905D
Complementary color
Monochromatic Colors of #AB905D
Black with #AB905D
Text Example
Text Example
White with #AB905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB905D; }
p { color: rgb(171,144,93); }
H1.HeaderClassName
{
color: #AB905D;
}
.AnyTagClassName
{
color: #AB905D;
}
</style>
background-color css
<style>
a { background-color: #AB905D; }
a { background-color: rgb(171,144,93); }
div.DivClassName
{
background-color: #AB905D;
}
.BgClassName
{
background-color: #AB905D;
}
</style>
border-color css
<style>
span { border-color: #AB905D; }
span { border-color: rgb(171,144,93); }
td.TdClassName
{
border-color: #AB905D;
}
.TagClassName
{
border-color: #AB905D;
}
</style>