Shades of Husk #AC9754
Tints of Husk #AC9754
RGB
CMYK
RGB Variations
Color information
#AC9754 (or 0xAC9754) is known color: Husk. HEX triplet: AC, 97 and 54. RGB value is (172,151,84). Sum of RGB (Red+Green+Blue) = 172+151+84=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9754 is #5368AB. Grayscale: #959595. Windows color (decimal): -5466284 or 5543852. OLE color: 5543852.
HSL color Cylindrical-coordinate representation of color #AC9754: hue angle of 45.68º 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 #AC9754 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 84 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.33 |
| HSL | 45.68º | 0.35% | 0.5% | - |
| HSV(B) | 45.68º | 0.51% | 0.67% | - |
| XYZ | 29.68 | 31.54 | 12.91 | - |
| YUV | 149.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 84 | 0 | 0.12 | 0.51 | 0.33 | 45.68 | 0.35 | 0.5 |
| Hex | AC | 97 | 54 | 0 | C | 33 | 21 | 2E | 23 | 32 |
| Octal | 254 | 227 | 124 | 0 | 14 | 63 | 41 | 56 | 43 | 62 |
| Binary | 10101100 | 10010111 | 1010100 | 0 | 1100 | 110011 | 100001 | 101110 | 100011 | 110010 |
Color Harmonies of #AC9754
Complementary color
Monochromatic Colors of #AC9754
Black with #AC9754
Text Example
Text Example
White with #AC9754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9754; }
p { color: rgb(172,151,84); }
H1.HeaderClassName
{
color: #AC9754;
}
.AnyTagClassName
{
color: #AC9754;
}
</style>
background-color css
<style>
a { background-color: #AC9754; }
a { background-color: rgb(172,151,84); }
div.DivClassName
{
background-color: #AC9754;
}
.BgClassName
{
background-color: #AC9754;
}
</style>
border-color css
<style>
span { border-color: #AC9754; }
span { border-color: rgb(172,151,84); }
td.TdClassName
{
border-color: #AC9754;
}
.TagClassName
{
border-color: #AC9754;
}
</style>