Shades of Husk #AC9954
Tints of Husk #AC9954
RGB
CMYK
RGB Variations
Color information
#AC9954 (or 0xAC9954) is known color: Husk. HEX triplet: AC, 99 and 54. RGB value is (172,153,84). Sum of RGB (Red+Green+Blue) = 172+153+84=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9954 is #5366AB. Grayscale: #979797. Windows color (decimal): -5465772 or 5544364. OLE color: 5544364.
HSL color Cylindrical-coordinate representation of color #AC9954: hue angle of 47.05º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC9954 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 84 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.33 |
| HSL | 47.05º | 0.35% | 0.5% | - |
| HSV(B) | 47.05º | 0.51% | 0.67% | - |
| XYZ | 30 | 32.19 | 13.02 | - |
| YUV | 150.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 84 | 0 | 0.11 | 0.51 | 0.33 | 47.05 | 0.35 | 0.5 |
| Hex | AC | 99 | 54 | 0 | B | 33 | 21 | 2F | 23 | 32 |
| Octal | 254 | 231 | 124 | 0 | 13 | 63 | 41 | 57 | 43 | 62 |
| Binary | 10101100 | 10011001 | 1010100 | 0 | 1011 | 110011 | 100001 | 101111 | 100011 | 110010 |
Color Harmonies of #AC9954
Complementary color
Monochromatic Colors of #AC9954
Black with #AC9954
Text Example
Text Example
White with #AC9954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9954; }
p { color: rgb(172,153,84); }
H1.HeaderClassName
{
color: #AC9954;
}
.AnyTagClassName
{
color: #AC9954;
}
</style>
background-color css
<style>
a { background-color: #AC9954; }
a { background-color: rgb(172,153,84); }
div.DivClassName
{
background-color: #AC9954;
}
.BgClassName
{
background-color: #AC9954;
}
</style>
border-color css
<style>
span { border-color: #AC9954; }
span { border-color: rgb(172,153,84); }
td.TdClassName
{
border-color: #AC9954;
}
.TagClassName
{
border-color: #AC9954;
}
</style>