Shades of Husk #AC984D
Tints of Husk #AC984D
RGB
CMYK
RGB Variations
Color information
#AC984D (or 0xAC984D) is known color: Husk. HEX triplet: AC, 98 and 4D. RGB value is (172,152,77). Sum of RGB (Red+Green+Blue) = 172+152+77=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC984D is #5367B2. Grayscale: #959595. Windows color (decimal): -5466035 or 5085356. OLE color: 5085356.
HSL color Cylindrical-coordinate representation of color #AC984D: hue angle of 47.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC984D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 77 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.33 |
| HSL | 47.37º | 0.38% | 0.49% | - |
| HSV(B) | 47.37º | 0.55% | 0.67% | - |
| XYZ | 29.58 | 31.76 | 11.59 | - |
| YUV | 149.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 77 | 0 | 0.12 | 0.55 | 0.33 | 47.37 | 0.38 | 0.49 |
| Hex | AC | 98 | 4D | 0 | C | 37 | 21 | 2F | 26 | 31 |
| Octal | 254 | 230 | 115 | 0 | 14 | 67 | 41 | 57 | 46 | 61 |
| Binary | 10101100 | 10011000 | 1001101 | 0 | 1100 | 110111 | 100001 | 101111 | 100110 | 110001 |
Color Harmonies of #AC984D
Complementary color
Monochromatic Colors of #AC984D
Black with #AC984D
Text Example
Text Example
White with #AC984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC984D; }
p { color: rgb(172,152,77); }
H1.HeaderClassName
{
color: #AC984D;
}
.AnyTagClassName
{
color: #AC984D;
}
</style>
background-color css
<style>
a { background-color: #AC984D; }
a { background-color: rgb(172,152,77); }
div.DivClassName
{
background-color: #AC984D;
}
.BgClassName
{
background-color: #AC984D;
}
</style>
border-color css
<style>
span { border-color: #AC984D; }
span { border-color: rgb(172,152,77); }
td.TdClassName
{
border-color: #AC984D;
}
.TagClassName
{
border-color: #AC984D;
}
</style>