Shades of Husk #AC924E
Tints of Husk #AC924E
RGB
CMYK
RGB Variations
Color information
#AC924E (or 0xAC924E) is known color: Husk. HEX triplet: AC, 92 and 4E. RGB value is (172,146,78). Sum of RGB (Red+Green+Blue) = 172+146+78=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC924E is #536DB1. Grayscale: #929292. Windows color (decimal): -5467570 or 5149356. OLE color: 5149356.
HSL color Cylindrical-coordinate representation of color #AC924E: hue angle of 43.4º 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 #AC924E is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 78 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.33 |
| HSL | 43.4º | 0.38% | 0.49% | - |
| HSV(B) | 43.4º | 0.55% | 0.67% | - |
| XYZ | 28.67 | 29.88 | 11.46 | - |
| YUV | 146.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 78 | 0 | 0.15 | 0.55 | 0.33 | 43.4 | 0.38 | 0.49 |
| Hex | AC | 92 | 4E | 0 | F | 37 | 21 | 2B | 26 | 31 |
| Octal | 254 | 222 | 116 | 0 | 17 | 67 | 41 | 53 | 46 | 61 |
| Binary | 10101100 | 10010010 | 1001110 | 0 | 1111 | 110111 | 100001 | 101011 | 100110 | 110001 |
Color Harmonies of #AC924E
Complementary color
Monochromatic Colors of #AC924E
Black with #AC924E
Text Example
Text Example
White with #AC924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC924E; }
p { color: rgb(172,146,78); }
H1.HeaderClassName
{
color: #AC924E;
}
.AnyTagClassName
{
color: #AC924E;
}
</style>
background-color css
<style>
a { background-color: #AC924E; }
a { background-color: rgb(172,146,78); }
div.DivClassName
{
background-color: #AC924E;
}
.BgClassName
{
background-color: #AC924E;
}
</style>
border-color css
<style>
span { border-color: #AC924E; }
span { border-color: rgb(172,146,78); }
td.TdClassName
{
border-color: #AC924E;
}
.TagClassName
{
border-color: #AC924E;
}
</style>