Shades of Husk #AC9B5C
Tints of Husk #AC9B5C
RGB
CMYK
RGB Variations
Color information
#AC9B5C (or 0xAC9B5C) is known color: Husk. HEX triplet: AC, 9B and 5C. RGB value is (172,155,92). Sum of RGB (Red+Green+Blue) = 172+155+92=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B5C is #5364A3. Grayscale: #999999. Windows color (decimal): -5465252 or 6069164. OLE color: 6069164.
HSL color Cylindrical-coordinate representation of color #AC9B5C: hue angle of 47.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC9B5C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 92 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.33 |
| HSL | 47.25º | 0.33% | 0.52% | - |
| HSV(B) | 47.25º | 0.47% | 0.67% | - |
| XYZ | 30.67 | 32.99 | 14.88 | - |
| YUV | 152.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 92 | 0 | 0.10 | 0.47 | 0.33 | 47.25 | 0.33 | 0.52 |
| Hex | AC | 9B | 5C | 0 | A | 2F | 21 | 2F | 21 | 34 |
| Octal | 254 | 233 | 134 | 0 | 12 | 57 | 41 | 57 | 41 | 64 |
| Binary | 10101100 | 10011011 | 1011100 | 0 | 1010 | 101111 | 100001 | 101111 | 100001 | 110100 |
Color Harmonies of #AC9B5C
Complementary color
Monochromatic Colors of #AC9B5C
Black with #AC9B5C
Text Example
Text Example
White with #AC9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B5C; }
p { color: rgb(172,155,92); }
H1.HeaderClassName
{
color: #AC9B5C;
}
.AnyTagClassName
{
color: #AC9B5C;
}
</style>
background-color css
<style>
a { background-color: #AC9B5C; }
a { background-color: rgb(172,155,92); }
div.DivClassName
{
background-color: #AC9B5C;
}
.BgClassName
{
background-color: #AC9B5C;
}
</style>
border-color css
<style>
span { border-color: #AC9B5C; }
span { border-color: rgb(172,155,92); }
td.TdClassName
{
border-color: #AC9B5C;
}
.TagClassName
{
border-color: #AC9B5C;
}
</style>