Shades of Husk #AC9E5C
Tints of Husk #AC9E5C
RGB
CMYK
RGB Variations
Color information
#AC9E5C (or 0xAC9E5C) is known color: Husk. HEX triplet: AC, 9E and 5C. RGB value is (172,158,92). Sum of RGB (Red+Green+Blue) = 172+158+92=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E5C is #5361A3. Grayscale: #9A9A9A. Windows color (decimal): -5464484 or 6069932. OLE color: 6069932.
HSL color Cylindrical-coordinate representation of color #AC9E5C: hue angle of 49.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC9E5C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 92 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.33 |
| HSL | 49.5º | 0.33% | 0.52% | - |
| HSV(B) | 49.5º | 0.47% | 0.67% | - |
| XYZ | 31.17 | 34 | 15.04 | - |
| YUV | 154.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 92 | 0 | 0.08 | 0.47 | 0.33 | 49.5 | 0.33 | 0.52 |
| Hex | AC | 9E | 5C | 0 | 8 | 2F | 21 | 32 | 21 | 34 |
| Octal | 254 | 236 | 134 | 0 | 10 | 57 | 41 | 62 | 41 | 64 |
| Binary | 10101100 | 10011110 | 1011100 | 0 | 1000 | 101111 | 100001 | 110010 | 100001 | 110100 |
Color Harmonies of #AC9E5C
Complementary color
Monochromatic Colors of #AC9E5C
Black with #AC9E5C
Text Example
Text Example
White with #AC9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E5C; }
p { color: rgb(172,158,92); }
H1.HeaderClassName
{
color: #AC9E5C;
}
.AnyTagClassName
{
color: #AC9E5C;
}
</style>
background-color css
<style>
a { background-color: #AC9E5C; }
a { background-color: rgb(172,158,92); }
div.DivClassName
{
background-color: #AC9E5C;
}
.BgClassName
{
background-color: #AC9E5C;
}
</style>
border-color css
<style>
span { border-color: #AC9E5C; }
span { border-color: rgb(172,158,92); }
td.TdClassName
{
border-color: #AC9E5C;
}
.TagClassName
{
border-color: #AC9E5C;
}
</style>