Shades of Husk #AB9947
Tints of Husk #AB9947
RGB
CMYK
RGB Variations
Color information
#AB9947 (or 0xAB9947) is known color: Husk. HEX triplet: AB, 99 and 47. RGB value is (171,153,71). Sum of RGB (Red+Green+Blue) = 171+153+71=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9947 is #5466B8. Grayscale: #959595. Windows color (decimal): -5531321 or 4692395. OLE color: 4692395.
HSL color Cylindrical-coordinate representation of color #AB9947: hue angle of 49.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB9947 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 71 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.33 |
| HSL | 49.2º | 0.41% | 0.47% | - |
| HSV(B) | 49.2º | 0.58% | 0.67% | - |
| XYZ | 29.32 | 31.9 | 10.57 | - |
| YUV | 149.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 71 | 0 | 0.11 | 0.58 | 0.33 | 49.2 | 0.41 | 0.47 |
| Hex | AB | 99 | 47 | 0 | B | 3A | 21 | 31 | 29 | 2F |
| Octal | 253 | 231 | 107 | 0 | 13 | 72 | 41 | 61 | 51 | 57 |
| Binary | 10101011 | 10011001 | 1000111 | 0 | 1011 | 111010 | 100001 | 110001 | 101001 | 101111 |
Color Harmonies of #AB9947
Complementary color
Monochromatic Colors of #AB9947
Black with #AB9947
Text Example
Text Example
White with #AB9947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9947; }
p { color: rgb(171,153,71); }
H1.HeaderClassName
{
color: #AB9947;
}
.AnyTagClassName
{
color: #AB9947;
}
</style>
background-color css
<style>
a { background-color: #AB9947; }
a { background-color: rgb(171,153,71); }
div.DivClassName
{
background-color: #AB9947;
}
.BgClassName
{
background-color: #AB9947;
}
</style>
border-color css
<style>
span { border-color: #AB9947; }
span { border-color: rgb(171,153,71); }
td.TdClassName
{
border-color: #AB9947;
}
.TagClassName
{
border-color: #AB9947;
}
</style>