Shades of Husk #AB9943
Tints of Husk #AB9943
RGB
CMYK
RGB Variations
Color information
#AB9943 (or 0xAB9943) is known color: Husk. HEX triplet: AB, 99 and 43. RGB value is (171,153,67). Sum of RGB (Red+Green+Blue) = 171+153+67=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9943 is #5466BC. Grayscale: #949494. Windows color (decimal): -5531325 or 4430251. OLE color: 4430251.
HSL color Cylindrical-coordinate representation of color #AB9943: hue angle of 49.62º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB9943 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 67 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.33 |
| HSL | 49.62º | 0.44% | 0.47% | - |
| HSV(B) | 49.62º | 0.61% | 0.67% | - |
| XYZ | 29.2 | 31.85 | 9.92 | - |
| YUV | 148.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 67 | 0 | 0.11 | 0.61 | 0.33 | 49.62 | 0.44 | 0.47 |
| Hex | AB | 99 | 43 | 0 | B | 3D | 21 | 32 | 2C | 2F |
| Octal | 253 | 231 | 103 | 0 | 13 | 75 | 41 | 62 | 54 | 57 |
| Binary | 10101011 | 10011001 | 1000011 | 0 | 1011 | 111101 | 100001 | 110010 | 101100 | 101111 |
Color Harmonies of #AB9943
Complementary color
Monochromatic Colors of #AB9943
Black with #AB9943
Text Example
Text Example
White with #AB9943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9943; }
p { color: rgb(171,153,67); }
H1.HeaderClassName
{
color: #AB9943;
}
.AnyTagClassName
{
color: #AB9943;
}
</style>
background-color css
<style>
a { background-color: #AB9943; }
a { background-color: rgb(171,153,67); }
div.DivClassName
{
background-color: #AB9943;
}
.BgClassName
{
background-color: #AB9943;
}
</style>
border-color css
<style>
span { border-color: #AB9943; }
span { border-color: rgb(171,153,67); }
td.TdClassName
{
border-color: #AB9943;
}
.TagClassName
{
border-color: #AB9943;
}
</style>