Shades of Husk #AC964D
Tints of Husk #AC964D
RGB
CMYK
RGB Variations
Color information
#AC964D (or 0xAC964D) is known color: Husk. HEX triplet: AC, 96 and 4D. RGB value is (172,150,77). Sum of RGB (Red+Green+Blue) = 172+150+77=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC964D is #5369B2. Grayscale: #949494. Windows color (decimal): -5466547 or 5084844. OLE color: 5084844.
HSL color Cylindrical-coordinate representation of color #AC964D: hue angle of 46.11º 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 #AC964D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 77 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.33 |
| HSL | 46.11º | 0.38% | 0.49% | - |
| HSV(B) | 46.11º | 0.55% | 0.67% | - |
| XYZ | 29.26 | 31.12 | 11.49 | - |
| YUV | 148.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 77 | 0 | 0.13 | 0.55 | 0.33 | 46.11 | 0.38 | 0.49 |
| Hex | AC | 96 | 4D | 0 | D | 37 | 21 | 2E | 26 | 31 |
| Octal | 254 | 226 | 115 | 0 | 15 | 67 | 41 | 56 | 46 | 61 |
| Binary | 10101100 | 10010110 | 1001101 | 0 | 1101 | 110111 | 100001 | 101110 | 100110 | 110001 |
Color Harmonies of #AC964D
Complementary color
Monochromatic Colors of #AC964D
Black with #AC964D
Text Example
Text Example
White with #AC964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC964D; }
p { color: rgb(172,150,77); }
H1.HeaderClassName
{
color: #AC964D;
}
.AnyTagClassName
{
color: #AC964D;
}
</style>
background-color css
<style>
a { background-color: #AC964D; }
a { background-color: rgb(172,150,77); }
div.DivClassName
{
background-color: #AC964D;
}
.BgClassName
{
background-color: #AC964D;
}
</style>
border-color css
<style>
span { border-color: #AC964D; }
span { border-color: rgb(172,150,77); }
td.TdClassName
{
border-color: #AC964D;
}
.TagClassName
{
border-color: #AC964D;
}
</style>