Shades of Husk #A79C4C
Tints of Husk #A79C4C
RGB
CMYK
RGB Variations
Color information
#A79C4C (or 0xA79C4C) is known color: Husk. HEX triplet: A7, 9C and 4C. RGB value is (167,156,76). Sum of RGB (Red+Green+Blue) = 167+156+76=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C4C is #5863B3. Grayscale: #969696. Windows color (decimal): -5792692 or 5020839. OLE color: 5020839.
HSL color Cylindrical-coordinate representation of color #A79C4C: hue angle of 52.75º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A79C4C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 76 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.35 |
| HSL | 52.75º | 0.37% | 0.48% | - |
| HSV(B) | 52.75º | 0.54% | 0.65% | - |
| XYZ | 29.13 | 32.51 | 11.58 | - |
| YUV | 150.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 76 | 0 | 0.07 | 0.54 | 0.35 | 52.75 | 0.37 | 0.48 |
| Hex | A7 | 9C | 4C | 0 | 7 | 36 | 23 | 35 | 25 | 30 |
| Octal | 247 | 234 | 114 | 0 | 7 | 66 | 43 | 65 | 45 | 60 |
| Binary | 10100111 | 10011100 | 1001100 | 0 | 111 | 110110 | 100011 | 110101 | 100101 | 110000 |
Color Harmonies of #A79C4C
Complementary color
Monochromatic Colors of #A79C4C
Black with #A79C4C
Text Example
Text Example
White with #A79C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C4C; }
p { color: rgb(167,156,76); }
H1.HeaderClassName
{
color: #A79C4C;
}
.AnyTagClassName
{
color: #A79C4C;
}
</style>
background-color css
<style>
a { background-color: #A79C4C; }
a { background-color: rgb(167,156,76); }
div.DivClassName
{
background-color: #A79C4C;
}
.BgClassName
{
background-color: #A79C4C;
}
</style>
border-color css
<style>
span { border-color: #A79C4C; }
span { border-color: rgb(167,156,76); }
td.TdClassName
{
border-color: #A79C4C;
}
.TagClassName
{
border-color: #A79C4C;
}
</style>