Shades of Husk #AC9952
Tints of Husk #AC9952
RGB
CMYK
RGB Variations
Color information
#AC9952 (or 0xAC9952) is known color: Husk. HEX triplet: AC, 99 and 52. RGB value is (172,153,82). Sum of RGB (Red+Green+Blue) = 172+153+82=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9952 is #5366AD. Grayscale: #969696. Windows color (decimal): -5465774 or 5413292. OLE color: 5413292.
HSL color Cylindrical-coordinate representation of color #AC9952: hue angle of 47.33º 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 #AC9952 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 82 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.33 |
| HSL | 47.33º | 0.35% | 0.5% | - |
| HSV(B) | 47.33º | 0.52% | 0.67% | - |
| XYZ | 29.93 | 32.16 | 12.61 | - |
| YUV | 150.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 82 | 0 | 0.11 | 0.52 | 0.33 | 47.33 | 0.35 | 0.5 |
| Hex | AC | 99 | 52 | 0 | B | 34 | 21 | 2F | 23 | 32 |
| Octal | 254 | 231 | 122 | 0 | 13 | 64 | 41 | 57 | 43 | 62 |
| Binary | 10101100 | 10011001 | 1010010 | 0 | 1011 | 110100 | 100001 | 101111 | 100011 | 110010 |
Color Harmonies of #AC9952
Complementary color
Monochromatic Colors of #AC9952
Black with #AC9952
Text Example
Text Example
White with #AC9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9952; }
p { color: rgb(172,153,82); }
H1.HeaderClassName
{
color: #AC9952;
}
.AnyTagClassName
{
color: #AC9952;
}
</style>
background-color css
<style>
a { background-color: #AC9952; }
a { background-color: rgb(172,153,82); }
div.DivClassName
{
background-color: #AC9952;
}
.BgClassName
{
background-color: #AC9952;
}
</style>
border-color css
<style>
span { border-color: #AC9952; }
span { border-color: rgb(172,153,82); }
td.TdClassName
{
border-color: #AC9952;
}
.TagClassName
{
border-color: #AC9952;
}
</style>