Shades of Husk #AB934C
Tints of Husk #AB934C
RGB
CMYK
RGB Variations
Color information
#AB934C (or 0xAB934C) is known color: Husk. HEX triplet: AB, 93 and 4C. RGB value is (171,147,76). Sum of RGB (Red+Green+Blue) = 171+147+76=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB934C is #546CB3. Grayscale: #929292. Windows color (decimal): -5532852 or 5018539. OLE color: 5018539.
HSL color Cylindrical-coordinate representation of color #AB934C: hue angle of 44.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB934C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 76 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.33 |
| HSL | 44.84º | 0.38% | 0.48% | - |
| HSV(B) | 44.84º | 0.56% | 0.67% | - |
| XYZ | 28.53 | 30.05 | 11.13 | - |
| YUV | 146.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 76 | 0 | 0.14 | 0.56 | 0.33 | 44.84 | 0.38 | 0.48 |
| Hex | AB | 93 | 4C | 0 | E | 38 | 21 | 2D | 26 | 30 |
| Octal | 253 | 223 | 114 | 0 | 16 | 70 | 41 | 55 | 46 | 60 |
| Binary | 10101011 | 10010011 | 1001100 | 0 | 1110 | 111000 | 100001 | 101101 | 100110 | 110000 |
Color Harmonies of #AB934C
Complementary color
Monochromatic Colors of #AB934C
Black with #AB934C
Text Example
Text Example
White with #AB934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB934C; }
p { color: rgb(171,147,76); }
H1.HeaderClassName
{
color: #AB934C;
}
.AnyTagClassName
{
color: #AB934C;
}
</style>
background-color css
<style>
a { background-color: #AB934C; }
a { background-color: rgb(171,147,76); }
div.DivClassName
{
background-color: #AB934C;
}
.BgClassName
{
background-color: #AB934C;
}
</style>
border-color css
<style>
span { border-color: #AB934C; }
span { border-color: rgb(171,147,76); }
td.TdClassName
{
border-color: #AB934C;
}
.TagClassName
{
border-color: #AB934C;
}
</style>