Shades of Husk #AB954C
Tints of Husk #AB954C
RGB
CMYK
RGB Variations
Color information
#AB954C (or 0xAB954C) is known color: Husk. HEX triplet: AB, 95 and 4C. RGB value is (171,149,76). Sum of RGB (Red+Green+Blue) = 171+149+76=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB954C is #546AB3. Grayscale: #939393. Windows color (decimal): -5532340 or 5019051. OLE color: 5019051.
HSL color Cylindrical-coordinate representation of color #AB954C: hue angle of 46.11º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB954C is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 76 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.33 |
| HSL | 46.11º | 0.38% | 0.48% | - |
| HSV(B) | 46.11º | 0.56% | 0.67% | - |
| XYZ | 28.85 | 30.67 | 11.24 | - |
| YUV | 147.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 76 | 0 | 0.13 | 0.56 | 0.33 | 46.11 | 0.38 | 0.48 |
| Hex | AB | 95 | 4C | 0 | D | 38 | 21 | 2E | 26 | 30 |
| Octal | 253 | 225 | 114 | 0 | 15 | 70 | 41 | 56 | 46 | 60 |
| Binary | 10101011 | 10010101 | 1001100 | 0 | 1101 | 111000 | 100001 | 101110 | 100110 | 110000 |
Color Harmonies of #AB954C
Complementary color
Monochromatic Colors of #AB954C
Black with #AB954C
Text Example
Text Example
White with #AB954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB954C; }
p { color: rgb(171,149,76); }
H1.HeaderClassName
{
color: #AB954C;
}
.AnyTagClassName
{
color: #AB954C;
}
</style>
background-color css
<style>
a { background-color: #AB954C; }
a { background-color: rgb(171,149,76); }
div.DivClassName
{
background-color: #AB954C;
}
.BgClassName
{
background-color: #AB954C;
}
</style>
border-color css
<style>
span { border-color: #AB954C; }
span { border-color: rgb(171,149,76); }
td.TdClassName
{
border-color: #AB954C;
}
.TagClassName
{
border-color: #AB954C;
}
</style>