Shades of Husk #AB9647
Tints of Husk #AB9647
RGB
CMYK
RGB Variations
Color information
#AB9647 (or 0xAB9647) is known color: Husk. HEX triplet: AB, 96 and 47. RGB value is (171,150,71). Sum of RGB (Red+Green+Blue) = 171+150+71=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9647 is #5469B8. Grayscale: #939393. Windows color (decimal): -5532089 or 4691627. OLE color: 4691627.
HSL color Cylindrical-coordinate representation of color #AB9647: hue angle of 47.4º 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 #AB9647 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 71 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.33 |
| HSL | 47.4º | 0.41% | 0.47% | - |
| HSV(B) | 47.4º | 0.58% | 0.67% | - |
| XYZ | 28.84 | 30.93 | 10.41 | - |
| YUV | 147.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 71 | 0 | 0.12 | 0.58 | 0.33 | 47.4 | 0.41 | 0.47 |
| Hex | AB | 96 | 47 | 0 | C | 3A | 21 | 2F | 29 | 2F |
| Octal | 253 | 226 | 107 | 0 | 14 | 72 | 41 | 57 | 51 | 57 |
| Binary | 10101011 | 10010110 | 1000111 | 0 | 1100 | 111010 | 100001 | 101111 | 101001 | 101111 |
Color Harmonies of #AB9647
Complementary color
Monochromatic Colors of #AB9647
Black with #AB9647
Text Example
Text Example
White with #AB9647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9647; }
p { color: rgb(171,150,71); }
H1.HeaderClassName
{
color: #AB9647;
}
.AnyTagClassName
{
color: #AB9647;
}
</style>
background-color css
<style>
a { background-color: #AB9647; }
a { background-color: rgb(171,150,71); }
div.DivClassName
{
background-color: #AB9647;
}
.BgClassName
{
background-color: #AB9647;
}
</style>
border-color css
<style>
span { border-color: #AB9647; }
span { border-color: rgb(171,150,71); }
td.TdClassName
{
border-color: #AB9647;
}
.TagClassName
{
border-color: #AB9647;
}
</style>