Shades of Husk #AC9A50
Tints of Husk #AC9A50
RGB
CMYK
RGB Variations
Color information
#AC9A50 (or 0xAC9A50) is known color: Husk. HEX triplet: AC, 9A and 50. RGB value is (172,154,80). Sum of RGB (Red+Green+Blue) = 172+154+80=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A50 is #5365AF. Grayscale: #979797. Windows color (decimal): -5465520 or 5282476. OLE color: 5282476.
HSL color Cylindrical-coordinate representation of color #AC9A50: hue angle of 48.26º 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 #AC9A50 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 80 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.33 |
| HSL | 48.26º | 0.37% | 0.49% | - |
| HSV(B) | 48.26º | 0.53% | 0.67% | - |
| XYZ | 30.02 | 32.46 | 12.27 | - |
| YUV | 150.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 80 | 0 | 0.10 | 0.53 | 0.33 | 48.26 | 0.37 | 0.49 |
| Hex | AC | 9A | 50 | 0 | A | 35 | 21 | 30 | 25 | 31 |
| Octal | 254 | 232 | 120 | 0 | 12 | 65 | 41 | 60 | 45 | 61 |
| Binary | 10101100 | 10011010 | 1010000 | 0 | 1010 | 110101 | 100001 | 110000 | 100101 | 110001 |
Color Harmonies of #AC9A50
Complementary color
Monochromatic Colors of #AC9A50
Black with #AC9A50
Text Example
Text Example
White with #AC9A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A50; }
p { color: rgb(172,154,80); }
H1.HeaderClassName
{
color: #AC9A50;
}
.AnyTagClassName
{
color: #AC9A50;
}
</style>
background-color css
<style>
a { background-color: #AC9A50; }
a { background-color: rgb(172,154,80); }
div.DivClassName
{
background-color: #AC9A50;
}
.BgClassName
{
background-color: #AC9A50;
}
</style>
border-color css
<style>
span { border-color: #AC9A50; }
span { border-color: rgb(172,154,80); }
td.TdClassName
{
border-color: #AC9A50;
}
.TagClassName
{
border-color: #AC9A50;
}
</style>