Shades of Husk #AC924D
Tints of Husk #AC924D
RGB
CMYK
RGB Variations
Color information
#AC924D (or 0xAC924D) is known color: Husk. HEX triplet: AC, 92 and 4D. RGB value is (172,146,77). Sum of RGB (Red+Green+Blue) = 172+146+77=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC924D is #536DB2. Grayscale: #929292. Windows color (decimal): -5467571 or 5083820. OLE color: 5083820.
HSL color Cylindrical-coordinate representation of color #AC924D: hue angle of 43.58º 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 #AC924D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 77 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.33 |
| HSL | 43.58º | 0.38% | 0.49% | - |
| HSV(B) | 43.58º | 0.55% | 0.67% | - |
| XYZ | 28.63 | 29.86 | 11.28 | - |
| YUV | 145.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 77 | 0 | 0.15 | 0.55 | 0.33 | 43.58 | 0.38 | 0.49 |
| Hex | AC | 92 | 4D | 0 | F | 37 | 21 | 2C | 26 | 31 |
| Octal | 254 | 222 | 115 | 0 | 17 | 67 | 41 | 54 | 46 | 61 |
| Binary | 10101100 | 10010010 | 1001101 | 0 | 1111 | 110111 | 100001 | 101100 | 100110 | 110001 |
Color Harmonies of #AC924D
Complementary color
Monochromatic Colors of #AC924D
Black with #AC924D
Text Example
Text Example
White with #AC924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC924D; }
p { color: rgb(172,146,77); }
H1.HeaderClassName
{
color: #AC924D;
}
.AnyTagClassName
{
color: #AC924D;
}
</style>
background-color css
<style>
a { background-color: #AC924D; }
a { background-color: rgb(172,146,77); }
div.DivClassName
{
background-color: #AC924D;
}
.BgClassName
{
background-color: #AC924D;
}
</style>
border-color css
<style>
span { border-color: #AC924D; }
span { border-color: rgb(172,146,77); }
td.TdClassName
{
border-color: #AC924D;
}
.TagClassName
{
border-color: #AC924D;
}
</style>