Shades of Husk #AB9C44
Tints of Husk #AB9C44
RGB
CMYK
RGB Variations
Color information
#AB9C44 (or 0xAB9C44) is known color: Husk. HEX triplet: AB, 9C and 44. RGB value is (171,156,68). Sum of RGB (Red+Green+Blue) = 171+156+68=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C44 is #5463BB. Grayscale: #969696. Windows color (decimal): -5530556 or 4496555. OLE color: 4496555.
HSL color Cylindrical-coordinate representation of color #AB9C44: hue angle of 51.26º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9C44 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 68 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.33 |
| HSL | 51.26º | 0.43% | 0.47% | - |
| HSV(B) | 51.26º | 0.6% | 0.67% | - |
| XYZ | 29.73 | 32.85 | 10.24 | - |
| YUV | 150.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 68 | 0 | 0.09 | 0.60 | 0.33 | 51.26 | 0.43 | 0.47 |
| Hex | AB | 9C | 44 | 0 | 9 | 3C | 21 | 33 | 2B | 2F |
| Octal | 253 | 234 | 104 | 0 | 11 | 74 | 41 | 63 | 53 | 57 |
| Binary | 10101011 | 10011100 | 1000100 | 0 | 1001 | 111100 | 100001 | 110011 | 101011 | 101111 |
Color Harmonies of #AB9C44
Complementary color
Monochromatic Colors of #AB9C44
Black with #AB9C44
Text Example
Text Example
White with #AB9C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C44; }
p { color: rgb(171,156,68); }
H1.HeaderClassName
{
color: #AB9C44;
}
.AnyTagClassName
{
color: #AB9C44;
}
</style>
background-color css
<style>
a { background-color: #AB9C44; }
a { background-color: rgb(171,156,68); }
div.DivClassName
{
background-color: #AB9C44;
}
.BgClassName
{
background-color: #AB9C44;
}
</style>
border-color css
<style>
span { border-color: #AB9C44; }
span { border-color: rgb(171,156,68); }
td.TdClassName
{
border-color: #AB9C44;
}
.TagClassName
{
border-color: #AB9C44;
}
</style>