Shades of Husk #AC9A45
Tints of Husk #AC9A45
RGB
CMYK
RGB Variations
Color information
#AC9A45 (or 0xAC9A45) is known color: Husk. HEX triplet: AC, 9A and 45. RGB value is (172,154,69). Sum of RGB (Red+Green+Blue) = 172+154+69=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A45 is #5365BA. Grayscale: #969696. Windows color (decimal): -5465531 or 4561580. OLE color: 4561580.
HSL color Cylindrical-coordinate representation of color #AC9A45: hue angle of 49.51º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC9A45 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 69 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.33 |
| HSL | 49.51º | 0.43% | 0.47% | - |
| HSV(B) | 49.51º | 0.6% | 0.67% | - |
| XYZ | 29.64 | 32.31 | 10.3 | - |
| YUV | 149.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 69 | 0 | 0.10 | 0.60 | 0.33 | 49.51 | 0.43 | 0.47 |
| Hex | AC | 9A | 45 | 0 | A | 3C | 21 | 32 | 2B | 2F |
| Octal | 254 | 232 | 105 | 0 | 12 | 74 | 41 | 62 | 53 | 57 |
| Binary | 10101100 | 10011010 | 1000101 | 0 | 1010 | 111100 | 100001 | 110010 | 101011 | 101111 |
Color Harmonies of #AC9A45
Complementary color
Monochromatic Colors of #AC9A45
Black with #AC9A45
Text Example
Text Example
White with #AC9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A45; }
p { color: rgb(172,154,69); }
H1.HeaderClassName
{
color: #AC9A45;
}
.AnyTagClassName
{
color: #AC9A45;
}
</style>
background-color css
<style>
a { background-color: #AC9A45; }
a { background-color: rgb(172,154,69); }
div.DivClassName
{
background-color: #AC9A45;
}
.BgClassName
{
background-color: #AC9A45;
}
</style>
border-color css
<style>
span { border-color: #AC9A45; }
span { border-color: rgb(172,154,69); }
td.TdClassName
{
border-color: #AC9A45;
}
.TagClassName
{
border-color: #AC9A45;
}
</style>