Shades of Husk #AC9351
Tints of Husk #AC9351
RGB
CMYK
RGB Variations
Color information
#AC9351 (or 0xAC9351) is known color: Husk. HEX triplet: AC, 93 and 51. RGB value is (172,147,81). Sum of RGB (Red+Green+Blue) = 172+147+81=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9351 is #536CAE. Grayscale: #939393. Windows color (decimal): -5467311 or 5346220. OLE color: 5346220.
HSL color Cylindrical-coordinate representation of color #AC9351: hue angle of 43.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC9351 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 81 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.33 |
| HSL | 43.52º | 0.36% | 0.5% | - |
| HSV(B) | 43.52º | 0.53% | 0.67% | - |
| XYZ | 28.93 | 30.23 | 12.1 | - |
| YUV | 146.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 81 | 0 | 0.15 | 0.53 | 0.33 | 43.52 | 0.36 | 0.5 |
| Hex | AC | 93 | 51 | 0 | F | 35 | 21 | 2C | 24 | 32 |
| Octal | 254 | 223 | 121 | 0 | 17 | 65 | 41 | 54 | 44 | 62 |
| Binary | 10101100 | 10010011 | 1010001 | 0 | 1111 | 110101 | 100001 | 101100 | 100100 | 110010 |
Color Harmonies of #AC9351
Complementary color
Monochromatic Colors of #AC9351
Black with #AC9351
Text Example
Text Example
White with #AC9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9351; }
p { color: rgb(172,147,81); }
H1.HeaderClassName
{
color: #AC9351;
}
.AnyTagClassName
{
color: #AC9351;
}
</style>
background-color css
<style>
a { background-color: #AC9351; }
a { background-color: rgb(172,147,81); }
div.DivClassName
{
background-color: #AC9351;
}
.BgClassName
{
background-color: #AC9351;
}
</style>
border-color css
<style>
span { border-color: #AC9351; }
span { border-color: rgb(172,147,81); }
td.TdClassName
{
border-color: #AC9351;
}
.TagClassName
{
border-color: #AC9351;
}
</style>