Shades of Husk #AC964C
Tints of Husk #AC964C
RGB
CMYK
RGB Variations
Color information
#AC964C (or 0xAC964C) is known color: Husk. HEX triplet: AC, 96 and 4C. RGB value is (172,150,76). Sum of RGB (Red+Green+Blue) = 172+150+76=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC964C is #5369B3. Grayscale: #949494. Windows color (decimal): -5466548 or 5019308. OLE color: 5019308.
HSL color Cylindrical-coordinate representation of color #AC964C: hue angle of 46.25º 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 #AC964C is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 76 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.33 |
| HSL | 46.25º | 0.39% | 0.49% | - |
| HSV(B) | 46.25º | 0.56% | 0.67% | - |
| XYZ | 29.22 | 31.11 | 11.3 | - |
| YUV | 148.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 76 | 0 | 0.13 | 0.56 | 0.33 | 46.25 | 0.39 | 0.49 |
| Hex | AC | 96 | 4C | 0 | D | 38 | 21 | 2E | 27 | 31 |
| Octal | 254 | 226 | 114 | 0 | 15 | 70 | 41 | 56 | 47 | 61 |
| Binary | 10101100 | 10010110 | 1001100 | 0 | 1101 | 111000 | 100001 | 101110 | 100111 | 110001 |
Color Harmonies of #AC964C
Complementary color
Monochromatic Colors of #AC964C
Black with #AC964C
Text Example
Text Example
White with #AC964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC964C; }
p { color: rgb(172,150,76); }
H1.HeaderClassName
{
color: #AC964C;
}
.AnyTagClassName
{
color: #AC964C;
}
</style>
background-color css
<style>
a { background-color: #AC964C; }
a { background-color: rgb(172,150,76); }
div.DivClassName
{
background-color: #AC964C;
}
.BgClassName
{
background-color: #AC964C;
}
</style>
border-color css
<style>
span { border-color: #AC964C; }
span { border-color: rgb(172,150,76); }
td.TdClassName
{
border-color: #AC964C;
}
.TagClassName
{
border-color: #AC964C;
}
</style>