Shades of Husk #AC9454
Tints of Husk #AC9454
RGB
CMYK
RGB Variations
Color information
#AC9454 (or 0xAC9454) is known color: Husk. HEX triplet: AC, 94 and 54. RGB value is (172,148,84). Sum of RGB (Red+Green+Blue) = 172+148+84=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9454 is #536BAB. Grayscale: #949494. Windows color (decimal): -5467052 or 5543084. OLE color: 5543084.
HSL color Cylindrical-coordinate representation of color #AC9454: hue angle of 43.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC9454 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 84 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.33 |
| HSL | 43.64º | 0.35% | 0.5% | - |
| HSV(B) | 43.64º | 0.51% | 0.67% | - |
| XYZ | 29.2 | 30.59 | 12.75 | - |
| YUV | 147.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 84 | 0 | 0.14 | 0.51 | 0.33 | 43.64 | 0.35 | 0.5 |
| Hex | AC | 94 | 54 | 0 | E | 33 | 21 | 2C | 23 | 32 |
| Octal | 254 | 224 | 124 | 0 | 16 | 63 | 41 | 54 | 43 | 62 |
| Binary | 10101100 | 10010100 | 1010100 | 0 | 1110 | 110011 | 100001 | 101100 | 100011 | 110010 |
Color Harmonies of #AC9454
Complementary color
Monochromatic Colors of #AC9454
Black with #AC9454
Text Example
Text Example
White with #AC9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9454; }
p { color: rgb(172,148,84); }
H1.HeaderClassName
{
color: #AC9454;
}
.AnyTagClassName
{
color: #AC9454;
}
</style>
background-color css
<style>
a { background-color: #AC9454; }
a { background-color: rgb(172,148,84); }
div.DivClassName
{
background-color: #AC9454;
}
.BgClassName
{
background-color: #AC9454;
}
</style>
border-color css
<style>
span { border-color: #AC9454; }
span { border-color: rgb(172,148,84); }
td.TdClassName
{
border-color: #AC9454;
}
.TagClassName
{
border-color: #AC9454;
}
</style>