Shades of Husk #A79C4D
Tints of Husk #A79C4D
RGB
CMYK
RGB Variations
Color information
#A79C4D (or 0xA79C4D) is known color: Husk. HEX triplet: A7, 9C and 4D. RGB value is (167,156,77). Sum of RGB (Red+Green+Blue) = 167+156+77=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C4D is #5863B2. Grayscale: #969696. Windows color (decimal): -5792691 or 5086375. OLE color: 5086375.
HSL color Cylindrical-coordinate representation of color #A79C4D: hue angle of 52.67º 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 #A79C4D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 77 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.35 |
| HSL | 52.67º | 0.37% | 0.48% | - |
| HSV(B) | 52.67º | 0.54% | 0.65% | - |
| XYZ | 29.16 | 32.53 | 11.76 | - |
| YUV | 150.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 77 | 0 | 0.07 | 0.54 | 0.35 | 52.67 | 0.37 | 0.48 |
| Hex | A7 | 9C | 4D | 0 | 7 | 36 | 23 | 35 | 25 | 30 |
| Octal | 247 | 234 | 115 | 0 | 7 | 66 | 43 | 65 | 45 | 60 |
| Binary | 10100111 | 10011100 | 1001101 | 0 | 111 | 110110 | 100011 | 110101 | 100101 | 110000 |
Color Harmonies of #A79C4D
Complementary color
Monochromatic Colors of #A79C4D
Black with #A79C4D
Text Example
Text Example
White with #A79C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C4D; }
p { color: rgb(167,156,77); }
H1.HeaderClassName
{
color: #A79C4D;
}
.AnyTagClassName
{
color: #A79C4D;
}
</style>
background-color css
<style>
a { background-color: #A79C4D; }
a { background-color: rgb(167,156,77); }
div.DivClassName
{
background-color: #A79C4D;
}
.BgClassName
{
background-color: #A79C4D;
}
</style>
border-color css
<style>
span { border-color: #A79C4D; }
span { border-color: rgb(167,156,77); }
td.TdClassName
{
border-color: #A79C4D;
}
.TagClassName
{
border-color: #A79C4D;
}
</style>