Shades of Husk #AB954D
Tints of Husk #AB954D
RGB
CMYK
RGB Variations
Color information
#AB954D (or 0xAB954D) is known color: Husk. HEX triplet: AB, 95 and 4D. RGB value is (171,149,77). Sum of RGB (Red+Green+Blue) = 171+149+77=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB954D is #546AB2. Grayscale: #939393. Windows color (decimal): -5532339 or 5084587. OLE color: 5084587.
HSL color Cylindrical-coordinate representation of color #AB954D: hue angle of 45.96º 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 #AB954D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 77 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.33 |
| HSL | 45.96º | 0.38% | 0.49% | - |
| HSV(B) | 45.96º | 0.55% | 0.67% | - |
| XYZ | 28.88 | 30.69 | 11.42 | - |
| YUV | 147.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 77 | 0 | 0.13 | 0.55 | 0.33 | 45.96 | 0.38 | 0.49 |
| Hex | AB | 95 | 4D | 0 | D | 37 | 21 | 2E | 26 | 31 |
| Octal | 253 | 225 | 115 | 0 | 15 | 67 | 41 | 56 | 46 | 61 |
| Binary | 10101011 | 10010101 | 1001101 | 0 | 1101 | 110111 | 100001 | 101110 | 100110 | 110001 |
Color Harmonies of #AB954D
Complementary color
Monochromatic Colors of #AB954D
Black with #AB954D
Text Example
Text Example
White with #AB954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB954D; }
p { color: rgb(171,149,77); }
H1.HeaderClassName
{
color: #AB954D;
}
.AnyTagClassName
{
color: #AB954D;
}
</style>
background-color css
<style>
a { background-color: #AB954D; }
a { background-color: rgb(171,149,77); }
div.DivClassName
{
background-color: #AB954D;
}
.BgClassName
{
background-color: #AB954D;
}
</style>
border-color css
<style>
span { border-color: #AB954D; }
span { border-color: rgb(171,149,77); }
td.TdClassName
{
border-color: #AB954D;
}
.TagClassName
{
border-color: #AB954D;
}
</style>