Shades of Husk #AB934A
Tints of Husk #AB934A
RGB
CMYK
RGB Variations
Color information
#AB934A (or 0xAB934A) is known color: Husk. HEX triplet: AB, 93 and 4A. RGB value is (171,147,74). Sum of RGB (Red+Green+Blue) = 171+147+74=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB934A is #546CB5. Grayscale: #929292. Windows color (decimal): -5532854 or 4887467. OLE color: 4887467.
HSL color Cylindrical-coordinate representation of color #AB934A: hue angle of 45.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB934A is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 74 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.33 |
| HSL | 45.15º | 0.4% | 0.48% | - |
| HSV(B) | 45.15º | 0.57% | 0.67% | - |
| XYZ | 28.46 | 30.02 | 10.77 | - |
| YUV | 145.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 74 | 0 | 0.14 | 0.57 | 0.33 | 45.15 | 0.4 | 0.48 |
| Hex | AB | 93 | 4A | 0 | E | 39 | 21 | 2D | 28 | 30 |
| Octal | 253 | 223 | 112 | 0 | 16 | 71 | 41 | 55 | 50 | 60 |
| Binary | 10101011 | 10010011 | 1001010 | 0 | 1110 | 111001 | 100001 | 101101 | 101000 | 110000 |
Color Harmonies of #AB934A
Complementary color
Monochromatic Colors of #AB934A
Black with #AB934A
Text Example
Text Example
White with #AB934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB934A; }
p { color: rgb(171,147,74); }
H1.HeaderClassName
{
color: #AB934A;
}
.AnyTagClassName
{
color: #AB934A;
}
</style>
background-color css
<style>
a { background-color: #AB934A; }
a { background-color: rgb(171,147,74); }
div.DivClassName
{
background-color: #AB934A;
}
.BgClassName
{
background-color: #AB934A;
}
</style>
border-color css
<style>
span { border-color: #AB934A; }
span { border-color: rgb(171,147,74); }
td.TdClassName
{
border-color: #AB934A;
}
.TagClassName
{
border-color: #AB934A;
}
</style>