Shades of Husk #AC984E
Tints of Husk #AC984E
RGB
CMYK
RGB Variations
Color information
#AC984E (or 0xAC984E) is known color: Husk. HEX triplet: AC, 98 and 4E. RGB value is (172,152,78). Sum of RGB (Red+Green+Blue) = 172+152+78=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC984E is #5367B1. Grayscale: #959595. Windows color (decimal): -5466034 or 5150892. OLE color: 5150892.
HSL color Cylindrical-coordinate representation of color #AC984E: hue angle of 47.23º 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 #AC984E is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 78 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.33 |
| HSL | 47.23º | 0.38% | 0.49% | - |
| HSV(B) | 47.23º | 0.55% | 0.67% | - |
| XYZ | 29.62 | 31.78 | 11.78 | - |
| YUV | 149.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 78 | 0 | 0.12 | 0.55 | 0.33 | 47.23 | 0.38 | 0.49 |
| Hex | AC | 98 | 4E | 0 | C | 37 | 21 | 2F | 26 | 31 |
| Octal | 254 | 230 | 116 | 0 | 14 | 67 | 41 | 57 | 46 | 61 |
| Binary | 10101100 | 10011000 | 1001110 | 0 | 1100 | 110111 | 100001 | 101111 | 100110 | 110001 |
Color Harmonies of #AC984E
Complementary color
Monochromatic Colors of #AC984E
Black with #AC984E
Text Example
Text Example
White with #AC984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC984E; }
p { color: rgb(172,152,78); }
H1.HeaderClassName
{
color: #AC984E;
}
.AnyTagClassName
{
color: #AC984E;
}
</style>
background-color css
<style>
a { background-color: #AC984E; }
a { background-color: rgb(172,152,78); }
div.DivClassName
{
background-color: #AC984E;
}
.BgClassName
{
background-color: #AC984E;
}
</style>
border-color css
<style>
span { border-color: #AC984E; }
span { border-color: rgb(172,152,78); }
td.TdClassName
{
border-color: #AC984E;
}
.TagClassName
{
border-color: #AC984E;
}
</style>