Shades of Husk #AB9452
Tints of Husk #AB9452
RGB
CMYK
RGB Variations
Color information
#AB9452 (or 0xAB9452) is known color: Husk. HEX triplet: AB, 94 and 52. RGB value is (171,148,82). Sum of RGB (Red+Green+Blue) = 171+148+82=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9452 is #546BAD. Grayscale: #939393. Windows color (decimal): -5532590 or 5412011. OLE color: 5412011.
HSL color Cylindrical-coordinate representation of color #AB9452: hue angle of 44.49º 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 #AB9452 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 82 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.33 |
| HSL | 44.49º | 0.35% | 0.5% | - |
| HSV(B) | 44.49º | 0.52% | 0.67% | - |
| XYZ | 28.91 | 30.45 | 12.34 | - |
| YUV | 147.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 82 | 0 | 0.13 | 0.52 | 0.33 | 44.49 | 0.35 | 0.5 |
| Hex | AB | 94 | 52 | 0 | D | 34 | 21 | 2C | 23 | 32 |
| Octal | 253 | 224 | 122 | 0 | 15 | 64 | 41 | 54 | 43 | 62 |
| Binary | 10101011 | 10010100 | 1010010 | 0 | 1101 | 110100 | 100001 | 101100 | 100011 | 110010 |
Color Harmonies of #AB9452
Complementary color
Monochromatic Colors of #AB9452
Black with #AB9452
Text Example
Text Example
White with #AB9452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9452; }
p { color: rgb(171,148,82); }
H1.HeaderClassName
{
color: #AB9452;
}
.AnyTagClassName
{
color: #AB9452;
}
</style>
background-color css
<style>
a { background-color: #AB9452; }
a { background-color: rgb(171,148,82); }
div.DivClassName
{
background-color: #AB9452;
}
.BgClassName
{
background-color: #AB9452;
}
</style>
border-color css
<style>
span { border-color: #AB9452; }
span { border-color: rgb(171,148,82); }
td.TdClassName
{
border-color: #AB9452;
}
.TagClassName
{
border-color: #AB9452;
}
</style>