Shades of Husk #AC9A4A
Tints of Husk #AC9A4A
RGB
CMYK
RGB Variations
Color information
#AC9A4A (or 0xAC9A4A) is known color: Husk. HEX triplet: AC, 9A and 4A. RGB value is (172,154,74). Sum of RGB (Red+Green+Blue) = 172+154+74=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A4A is #5365B5. Grayscale: #969696. Windows color (decimal): -5465526 or 4889260. OLE color: 4889260.
HSL color Cylindrical-coordinate representation of color #AC9A4A: hue angle of 48.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC9A4A is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 74 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.33 |
| HSL | 48.98º | 0.4% | 0.48% | - |
| HSV(B) | 48.98º | 0.57% | 0.67% | - |
| XYZ | 29.8 | 32.38 | 11.16 | - |
| YUV | 150.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 74 | 0 | 0.10 | 0.57 | 0.33 | 48.98 | 0.4 | 0.48 |
| Hex | AC | 9A | 4A | 0 | A | 39 | 21 | 31 | 28 | 30 |
| Octal | 254 | 232 | 112 | 0 | 12 | 71 | 41 | 61 | 50 | 60 |
| Binary | 10101100 | 10011010 | 1001010 | 0 | 1010 | 111001 | 100001 | 110001 | 101000 | 110000 |
Color Harmonies of #AC9A4A
Complementary color
Monochromatic Colors of #AC9A4A
Black with #AC9A4A
Text Example
Text Example
White with #AC9A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A4A; }
p { color: rgb(172,154,74); }
H1.HeaderClassName
{
color: #AC9A4A;
}
.AnyTagClassName
{
color: #AC9A4A;
}
</style>
background-color css
<style>
a { background-color: #AC9A4A; }
a { background-color: rgb(172,154,74); }
div.DivClassName
{
background-color: #AC9A4A;
}
.BgClassName
{
background-color: #AC9A4A;
}
</style>
border-color css
<style>
span { border-color: #AC9A4A; }
span { border-color: rgb(172,154,74); }
td.TdClassName
{
border-color: #AC9A4A;
}
.TagClassName
{
border-color: #AC9A4A;
}
</style>