Shades of Husk #AB934D
Tints of Husk #AB934D
RGB
CMYK
RGB Variations
Color information
#AB934D (or 0xAB934D) is known color: Husk. HEX triplet: AB, 93 and 4D. RGB value is (171,147,77). Sum of RGB (Red+Green+Blue) = 171+147+77=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB934D is #546CB2. Grayscale: #929292. Windows color (decimal): -5532851 or 5084075. OLE color: 5084075.
HSL color Cylindrical-coordinate representation of color #AB934D: hue angle of 44.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB934D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 77 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.33 |
| HSL | 44.68º | 0.38% | 0.49% | - |
| HSV(B) | 44.68º | 0.55% | 0.67% | - |
| XYZ | 28.57 | 30.06 | 11.32 | - |
| YUV | 146.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 77 | 0 | 0.14 | 0.55 | 0.33 | 44.68 | 0.38 | 0.49 |
| Hex | AB | 93 | 4D | 0 | E | 37 | 21 | 2D | 26 | 31 |
| Octal | 253 | 223 | 115 | 0 | 16 | 67 | 41 | 55 | 46 | 61 |
| Binary | 10101011 | 10010011 | 1001101 | 0 | 1110 | 110111 | 100001 | 101101 | 100110 | 110001 |
Color Harmonies of #AB934D
Complementary color
Monochromatic Colors of #AB934D
Black with #AB934D
Text Example
Text Example
White with #AB934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB934D; }
p { color: rgb(171,147,77); }
H1.HeaderClassName
{
color: #AB934D;
}
.AnyTagClassName
{
color: #AB934D;
}
</style>
background-color css
<style>
a { background-color: #AB934D; }
a { background-color: rgb(171,147,77); }
div.DivClassName
{
background-color: #AB934D;
}
.BgClassName
{
background-color: #AB934D;
}
</style>
border-color css
<style>
span { border-color: #AB934D; }
span { border-color: rgb(171,147,77); }
td.TdClassName
{
border-color: #AB934D;
}
.TagClassName
{
border-color: #AB934D;
}
</style>