Shades of Husk #AC914D
Tints of Husk #AC914D
RGB
CMYK
RGB Variations
Color information
#AC914D (or 0xAC914D) is known color: Husk. HEX triplet: AC, 91 and 4D. RGB value is (172,145,77). Sum of RGB (Red+Green+Blue) = 172+145+77=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC914D is #536EB2. Grayscale: #919191. Windows color (decimal): -5467827 or 5083564. OLE color: 5083564.
HSL color Cylindrical-coordinate representation of color #AC914D: hue angle of 42.95º 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 #AC914D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 77 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.33 |
| HSL | 42.95º | 0.38% | 0.49% | - |
| HSV(B) | 42.95º | 0.55% | 0.67% | - |
| XYZ | 28.48 | 29.56 | 11.23 | - |
| YUV | 145.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 77 | 0 | 0.16 | 0.55 | 0.33 | 42.95 | 0.38 | 0.49 |
| Hex | AC | 91 | 4D | 0 | 10 | 37 | 21 | 2B | 26 | 31 |
| Octal | 254 | 221 | 115 | 0 | 20 | 67 | 41 | 53 | 46 | 61 |
| Binary | 10101100 | 10010001 | 1001101 | 0 | 10000 | 110111 | 100001 | 101011 | 100110 | 110001 |
Color Harmonies of #AC914D
Complementary color
Monochromatic Colors of #AC914D
Black with #AC914D
Text Example
Text Example
White with #AC914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC914D; }
p { color: rgb(172,145,77); }
H1.HeaderClassName
{
color: #AC914D;
}
.AnyTagClassName
{
color: #AC914D;
}
</style>
background-color css
<style>
a { background-color: #AC914D; }
a { background-color: rgb(172,145,77); }
div.DivClassName
{
background-color: #AC914D;
}
.BgClassName
{
background-color: #AC914D;
}
</style>
border-color css
<style>
span { border-color: #AC914D; }
span { border-color: rgb(172,145,77); }
td.TdClassName
{
border-color: #AC914D;
}
.TagClassName
{
border-color: #AC914D;
}
</style>