Shades of Husk #AC9E5B
Tints of Husk #AC9E5B
RGB
CMYK
RGB Variations
Color information
#AC9E5B (or 0xAC9E5B) is known color: Husk. HEX triplet: AC, 9E and 5B. RGB value is (172,158,91). Sum of RGB (Red+Green+Blue) = 172+158+91=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E5B is #5361A4. Grayscale: #9A9A9A. Windows color (decimal): -5464485 or 6004396. OLE color: 6004396.
HSL color Cylindrical-coordinate representation of color #AC9E5B: hue angle of 49.63º 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 #AC9E5B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 91 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.33 |
| HSL | 49.63º | 0.33% | 0.52% | - |
| HSV(B) | 49.63º | 0.47% | 0.67% | - |
| XYZ | 31.13 | 33.98 | 14.82 | - |
| YUV | 154.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 91 | 0 | 0.08 | 0.47 | 0.33 | 49.63 | 0.33 | 0.52 |
| Hex | AC | 9E | 5B | 0 | 8 | 2F | 21 | 32 | 21 | 34 |
| Octal | 254 | 236 | 133 | 0 | 10 | 57 | 41 | 62 | 41 | 64 |
| Binary | 10101100 | 10011110 | 1011011 | 0 | 1000 | 101111 | 100001 | 110010 | 100001 | 110100 |
Color Harmonies of #AC9E5B
Complementary color
Monochromatic Colors of #AC9E5B
Black with #AC9E5B
Text Example
Text Example
White with #AC9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E5B; }
p { color: rgb(172,158,91); }
H1.HeaderClassName
{
color: #AC9E5B;
}
.AnyTagClassName
{
color: #AC9E5B;
}
</style>
background-color css
<style>
a { background-color: #AC9E5B; }
a { background-color: rgb(172,158,91); }
div.DivClassName
{
background-color: #AC9E5B;
}
.BgClassName
{
background-color: #AC9E5B;
}
</style>
border-color css
<style>
span { border-color: #AC9E5B; }
span { border-color: rgb(172,158,91); }
td.TdClassName
{
border-color: #AC9E5B;
}
.TagClassName
{
border-color: #AC9E5B;
}
</style>