Shades of Husk #AC924C
Tints of Husk #AC924C
RGB
CMYK
RGB Variations
Color information
#AC924C (or 0xAC924C) is known color: Husk. HEX triplet: AC, 92 and 4C. RGB value is (172,146,76). Sum of RGB (Red+Green+Blue) = 172+146+76=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC924C is #536DB3. Grayscale: #929292. Windows color (decimal): -5467572 or 5018284. OLE color: 5018284.
HSL color Cylindrical-coordinate representation of color #AC924C: hue angle of 43.75º 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 #AC924C is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 76 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.33 |
| HSL | 43.75º | 0.39% | 0.49% | - |
| HSV(B) | 43.75º | 0.56% | 0.67% | - |
| XYZ | 28.6 | 29.85 | 11.09 | - |
| YUV | 145.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 76 | 0 | 0.15 | 0.56 | 0.33 | 43.75 | 0.39 | 0.49 |
| Hex | AC | 92 | 4C | 0 | F | 38 | 21 | 2C | 27 | 31 |
| Octal | 254 | 222 | 114 | 0 | 17 | 70 | 41 | 54 | 47 | 61 |
| Binary | 10101100 | 10010010 | 1001100 | 0 | 1111 | 111000 | 100001 | 101100 | 100111 | 110001 |
Color Harmonies of #AC924C
Complementary color
Monochromatic Colors of #AC924C
Black with #AC924C
Text Example
Text Example
White with #AC924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC924C; }
p { color: rgb(172,146,76); }
H1.HeaderClassName
{
color: #AC924C;
}
.AnyTagClassName
{
color: #AC924C;
}
</style>
background-color css
<style>
a { background-color: #AC924C; }
a { background-color: rgb(172,146,76); }
div.DivClassName
{
background-color: #AC924C;
}
.BgClassName
{
background-color: #AC924C;
}
</style>
border-color css
<style>
span { border-color: #AC924C; }
span { border-color: rgb(172,146,76); }
td.TdClassName
{
border-color: #AC924C;
}
.TagClassName
{
border-color: #AC924C;
}
</style>