Shades of Husk #AC985A
Tints of Husk #AC985A
RGB
CMYK
RGB Variations
Color information
#AC985A (or 0xAC985A) is known color: Husk. HEX triplet: AC, 98 and 5A. RGB value is (172,152,90). Sum of RGB (Red+Green+Blue) = 172+152+90=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC985A is #5367A5. Grayscale: #979797. Windows color (decimal): -5466022 or 5937324. OLE color: 5937324.
HSL color Cylindrical-coordinate representation of color #AC985A: hue angle of 45.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC985A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 90 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.33 |
| HSL | 45.37º | 0.33% | 0.51% | - |
| HSV(B) | 45.37º | 0.48% | 0.67% | - |
| XYZ | 30.09 | 31.97 | 14.26 | - |
| YUV | 150.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 90 | 0 | 0.12 | 0.48 | 0.33 | 45.37 | 0.33 | 0.51 |
| Hex | AC | 98 | 5A | 0 | C | 30 | 21 | 2D | 21 | 33 |
| Octal | 254 | 230 | 132 | 0 | 14 | 60 | 41 | 55 | 41 | 63 |
| Binary | 10101100 | 10011000 | 1011010 | 0 | 1100 | 110000 | 100001 | 101101 | 100001 | 110011 |
Color Harmonies of #AC985A
Complementary color
Monochromatic Colors of #AC985A
Black with #AC985A
Text Example
Text Example
White with #AC985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC985A; }
p { color: rgb(172,152,90); }
H1.HeaderClassName
{
color: #AC985A;
}
.AnyTagClassName
{
color: #AC985A;
}
</style>
background-color css
<style>
a { background-color: #AC985A; }
a { background-color: rgb(172,152,90); }
div.DivClassName
{
background-color: #AC985A;
}
.BgClassName
{
background-color: #AC985A;
}
</style>
border-color css
<style>
span { border-color: #AC985A; }
span { border-color: rgb(172,152,90); }
td.TdClassName
{
border-color: #AC985A;
}
.TagClassName
{
border-color: #AC985A;
}
</style>