Shades of Husk #AC964A
Tints of Husk #AC964A
RGB
CMYK
RGB Variations
Color information
#AC964A (or 0xAC964A) is known color: Husk. HEX triplet: AC, 96 and 4A. RGB value is (172,150,74). Sum of RGB (Red+Green+Blue) = 172+150+74=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC964A is #5369B5. Grayscale: #949494. Windows color (decimal): -5466550 or 4888236. OLE color: 4888236.
HSL color Cylindrical-coordinate representation of color #AC964A: hue angle of 46.53º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC964A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 74 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.33 |
| HSL | 46.53º | 0.4% | 0.48% | - |
| HSV(B) | 46.53º | 0.57% | 0.67% | - |
| XYZ | 29.16 | 31.08 | 10.94 | - |
| YUV | 147.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 74 | 0 | 0.13 | 0.57 | 0.33 | 46.53 | 0.4 | 0.48 |
| Hex | AC | 96 | 4A | 0 | D | 39 | 21 | 2F | 28 | 30 |
| Octal | 254 | 226 | 112 | 0 | 15 | 71 | 41 | 57 | 50 | 60 |
| Binary | 10101100 | 10010110 | 1001010 | 0 | 1101 | 111001 | 100001 | 101111 | 101000 | 110000 |
Color Harmonies of #AC964A
Complementary color
Monochromatic Colors of #AC964A
Black with #AC964A
Text Example
Text Example
White with #AC964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC964A; }
p { color: rgb(172,150,74); }
H1.HeaderClassName
{
color: #AC964A;
}
.AnyTagClassName
{
color: #AC964A;
}
</style>
background-color css
<style>
a { background-color: #AC964A; }
a { background-color: rgb(172,150,74); }
div.DivClassName
{
background-color: #AC964A;
}
.BgClassName
{
background-color: #AC964A;
}
</style>
border-color css
<style>
span { border-color: #AC964A; }
span { border-color: rgb(172,150,74); }
td.TdClassName
{
border-color: #AC964A;
}
.TagClassName
{
border-color: #AC964A;
}
</style>