Shades of Husk #AC9850
Tints of Husk #AC9850
RGB
CMYK
RGB Variations
Color information
#AC9850 (or 0xAC9850) is known color: Husk. HEX triplet: AC, 98 and 50. RGB value is (172,152,80). Sum of RGB (Red+Green+Blue) = 172+152+80=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9850 is #5367AF. Grayscale: #969696. Windows color (decimal): -5466032 or 5281964. OLE color: 5281964.
HSL color Cylindrical-coordinate representation of color #AC9850: hue angle of 46.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC9850 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 80 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.33 |
| HSL | 46.96º | 0.37% | 0.49% | - |
| HSV(B) | 46.96º | 0.53% | 0.67% | - |
| XYZ | 29.69 | 31.81 | 12.16 | - |
| YUV | 149.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 80 | 0 | 0.12 | 0.53 | 0.33 | 46.96 | 0.37 | 0.49 |
| Hex | AC | 98 | 50 | 0 | C | 35 | 21 | 2F | 25 | 31 |
| Octal | 254 | 230 | 120 | 0 | 14 | 65 | 41 | 57 | 45 | 61 |
| Binary | 10101100 | 10011000 | 1010000 | 0 | 1100 | 110101 | 100001 | 101111 | 100101 | 110001 |
Color Harmonies of #AC9850
Complementary color
Monochromatic Colors of #AC9850
Black with #AC9850
Text Example
Text Example
White with #AC9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9850; }
p { color: rgb(172,152,80); }
H1.HeaderClassName
{
color: #AC9850;
}
.AnyTagClassName
{
color: #AC9850;
}
</style>
background-color css
<style>
a { background-color: #AC9850; }
a { background-color: rgb(172,152,80); }
div.DivClassName
{
background-color: #AC9850;
}
.BgClassName
{
background-color: #AC9850;
}
</style>
border-color css
<style>
span { border-color: #AC9850; }
span { border-color: rgb(172,152,80); }
td.TdClassName
{
border-color: #AC9850;
}
.TagClassName
{
border-color: #AC9850;
}
</style>