Shades of Husk #AB9A52
Tints of Husk #AB9A52
RGB
CMYK
RGB Variations
Color information
#AB9A52 (or 0xAB9A52) is known color: Husk. HEX triplet: AB, 9A and 52. RGB value is (171,154,82). Sum of RGB (Red+Green+Blue) = 171+154+82=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A52 is #5465AD. Grayscale: #979797. Windows color (decimal): -5531054 or 5413547. OLE color: 5413547.
HSL color Cylindrical-coordinate representation of color #AB9A52: hue angle of 48.54º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB9A52 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 82 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.33 |
| HSL | 48.54º | 0.35% | 0.5% | - |
| HSV(B) | 48.54º | 0.52% | 0.67% | - |
| XYZ | 29.87 | 32.38 | 12.66 | - |
| YUV | 150.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 82 | 0 | 0.10 | 0.52 | 0.33 | 48.54 | 0.35 | 0.5 |
| Hex | AB | 9A | 52 | 0 | A | 34 | 21 | 31 | 23 | 32 |
| Octal | 253 | 232 | 122 | 0 | 12 | 64 | 41 | 61 | 43 | 62 |
| Binary | 10101011 | 10011010 | 1010010 | 0 | 1010 | 110100 | 100001 | 110001 | 100011 | 110010 |
Color Harmonies of #AB9A52
Complementary color
Monochromatic Colors of #AB9A52
Black with #AB9A52
Text Example
Text Example
White with #AB9A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A52; }
p { color: rgb(171,154,82); }
H1.HeaderClassName
{
color: #AB9A52;
}
.AnyTagClassName
{
color: #AB9A52;
}
</style>
background-color css
<style>
a { background-color: #AB9A52; }
a { background-color: rgb(171,154,82); }
div.DivClassName
{
background-color: #AB9A52;
}
.BgClassName
{
background-color: #AB9A52;
}
</style>
border-color css
<style>
span { border-color: #AB9A52; }
span { border-color: rgb(171,154,82); }
td.TdClassName
{
border-color: #AB9A52;
}
.TagClassName
{
border-color: #AB9A52;
}
</style>