Shades of Husk #AC994E
Tints of Husk #AC994E
RGB
CMYK
RGB Variations
Color information
#AC994E (or 0xAC994E) is known color: Husk. HEX triplet: AC, 99 and 4E. RGB value is (172,153,78). Sum of RGB (Red+Green+Blue) = 172+153+78=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC994E is #5366B1. Grayscale: #969696. Windows color (decimal): -5465778 or 5151148. OLE color: 5151148.
HSL color Cylindrical-coordinate representation of color #AC994E: hue angle of 47.87º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC994E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 78 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.33 |
| HSL | 47.87º | 0.38% | 0.49% | - |
| HSV(B) | 47.87º | 0.55% | 0.67% | - |
| XYZ | 29.78 | 32.1 | 11.83 | - |
| YUV | 150.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 78 | 0 | 0.11 | 0.55 | 0.33 | 47.87 | 0.38 | 0.49 |
| Hex | AC | 99 | 4E | 0 | B | 37 | 21 | 30 | 26 | 31 |
| Octal | 254 | 231 | 116 | 0 | 13 | 67 | 41 | 60 | 46 | 61 |
| Binary | 10101100 | 10011001 | 1001110 | 0 | 1011 | 110111 | 100001 | 110000 | 100110 | 110001 |
Color Harmonies of #AC994E
Complementary color
Monochromatic Colors of #AC994E
Black with #AC994E
Text Example
Text Example
White with #AC994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC994E; }
p { color: rgb(172,153,78); }
H1.HeaderClassName
{
color: #AC994E;
}
.AnyTagClassName
{
color: #AC994E;
}
</style>
background-color css
<style>
a { background-color: #AC994E; }
a { background-color: rgb(172,153,78); }
div.DivClassName
{
background-color: #AC994E;
}
.BgClassName
{
background-color: #AC994E;
}
</style>
border-color css
<style>
span { border-color: #AC994E; }
span { border-color: rgb(172,153,78); }
td.TdClassName
{
border-color: #AC994E;
}
.TagClassName
{
border-color: #AC994E;
}
</style>