Shades of Husk #AC9C43
Tints of Husk #AC9C43
RGB
CMYK
RGB Variations
Color information
#AC9C43 (or 0xAC9C43) is known color: Husk. HEX triplet: AC, 9C and 43. RGB value is (172,156,67). Sum of RGB (Red+Green+Blue) = 172+156+67=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C43 is #5363BC. Grayscale: #979797. Windows color (decimal): -5465021 or 4431020. OLE color: 4431020.
HSL color Cylindrical-coordinate representation of color #AC9C43: hue angle of 50.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC9C43 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 67 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.33 |
| HSL | 50.86º | 0.44% | 0.47% | - |
| HSV(B) | 50.86º | 0.61% | 0.67% | - |
| XYZ | 29.91 | 32.95 | 10.09 | - |
| YUV | 150.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 67 | 0 | 0.09 | 0.61 | 0.33 | 50.86 | 0.44 | 0.47 |
| Hex | AC | 9C | 43 | 0 | 9 | 3D | 21 | 33 | 2C | 2F |
| Octal | 254 | 234 | 103 | 0 | 11 | 75 | 41 | 63 | 54 | 57 |
| Binary | 10101100 | 10011100 | 1000011 | 0 | 1001 | 111101 | 100001 | 110011 | 101100 | 101111 |
Color Harmonies of #AC9C43
Complementary color
Monochromatic Colors of #AC9C43
Black with #AC9C43
Text Example
Text Example
White with #AC9C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C43; }
p { color: rgb(172,156,67); }
H1.HeaderClassName
{
color: #AC9C43;
}
.AnyTagClassName
{
color: #AC9C43;
}
</style>
background-color css
<style>
a { background-color: #AC9C43; }
a { background-color: rgb(172,156,67); }
div.DivClassName
{
background-color: #AC9C43;
}
.BgClassName
{
background-color: #AC9C43;
}
</style>
border-color css
<style>
span { border-color: #AC9C43; }
span { border-color: rgb(172,156,67); }
td.TdClassName
{
border-color: #AC9C43;
}
.TagClassName
{
border-color: #AC9C43;
}
</style>