Shades of Husk #AB944D
Tints of Husk #AB944D
RGB
CMYK
RGB Variations
Color information
#AB944D (or 0xAB944D) is known color: Husk. HEX triplet: AB, 94 and 4D. RGB value is (171,148,77). Sum of RGB (Red+Green+Blue) = 171+148+77=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB944D is #546BB2. Grayscale: #939393. Windows color (decimal): -5532595 or 5084331. OLE color: 5084331.
HSL color Cylindrical-coordinate representation of color #AB944D: hue angle of 45.32º 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 #AB944D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 77 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.33 |
| HSL | 45.32º | 0.38% | 0.49% | - |
| HSV(B) | 45.32º | 0.55% | 0.67% | - |
| XYZ | 28.72 | 30.37 | 11.37 | - |
| YUV | 146.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 77 | 0 | 0.13 | 0.55 | 0.33 | 45.32 | 0.38 | 0.49 |
| Hex | AB | 94 | 4D | 0 | D | 37 | 21 | 2D | 26 | 31 |
| Octal | 253 | 224 | 115 | 0 | 15 | 67 | 41 | 55 | 46 | 61 |
| Binary | 10101011 | 10010100 | 1001101 | 0 | 1101 | 110111 | 100001 | 101101 | 100110 | 110001 |
Color Harmonies of #AB944D
Complementary color
Monochromatic Colors of #AB944D
Black with #AB944D
Text Example
Text Example
White with #AB944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB944D; }
p { color: rgb(171,148,77); }
H1.HeaderClassName
{
color: #AB944D;
}
.AnyTagClassName
{
color: #AB944D;
}
</style>
background-color css
<style>
a { background-color: #AB944D; }
a { background-color: rgb(171,148,77); }
div.DivClassName
{
background-color: #AB944D;
}
.BgClassName
{
background-color: #AB944D;
}
</style>
border-color css
<style>
span { border-color: #AB944D; }
span { border-color: rgb(171,148,77); }
td.TdClassName
{
border-color: #AB944D;
}
.TagClassName
{
border-color: #AB944D;
}
</style>