Shades of Husk #AC984C
Tints of Husk #AC984C
RGB
CMYK
RGB Variations
Color information
#AC984C (or 0xAC984C) is known color: Husk. HEX triplet: AC, 98 and 4C. RGB value is (172,152,76). Sum of RGB (Red+Green+Blue) = 172+152+76=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC984C is #5367B3. Grayscale: #959595. Windows color (decimal): -5466036 or 5019820. OLE color: 5019820.
HSL color Cylindrical-coordinate representation of color #AC984C: hue angle of 47.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC984C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 76 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.33 |
| HSL | 47.5º | 0.39% | 0.49% | - |
| HSV(B) | 47.5º | 0.56% | 0.67% | - |
| XYZ | 29.55 | 31.75 | 11.41 | - |
| YUV | 149.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 76 | 0 | 0.12 | 0.56 | 0.33 | 47.5 | 0.39 | 0.49 |
| Hex | AC | 98 | 4C | 0 | C | 38 | 21 | 30 | 27 | 31 |
| Octal | 254 | 230 | 114 | 0 | 14 | 70 | 41 | 60 | 47 | 61 |
| Binary | 10101100 | 10011000 | 1001100 | 0 | 1100 | 111000 | 100001 | 110000 | 100111 | 110001 |
Color Harmonies of #AC984C
Complementary color
Monochromatic Colors of #AC984C
Black with #AC984C
Text Example
Text Example
White with #AC984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC984C; }
p { color: rgb(172,152,76); }
H1.HeaderClassName
{
color: #AC984C;
}
.AnyTagClassName
{
color: #AC984C;
}
</style>
background-color css
<style>
a { background-color: #AC984C; }
a { background-color: rgb(172,152,76); }
div.DivClassName
{
background-color: #AC984C;
}
.BgClassName
{
background-color: #AC984C;
}
</style>
border-color css
<style>
span { border-color: #AC984C; }
span { border-color: rgb(172,152,76); }
td.TdClassName
{
border-color: #AC984C;
}
.TagClassName
{
border-color: #AC984C;
}
</style>