Shades of Husk #A79F54
Tints of Husk #A79F54
RGB
CMYK
RGB Variations
Color information
#A79F54 (or 0xA79F54) is known color: Husk. HEX triplet: A7, 9F and 54. RGB value is (167,159,84). Sum of RGB (Red+Green+Blue) = 167+159+84=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79F54 is #5860AB. Grayscale: #999999. Windows color (decimal): -5791916 or 5545895. OLE color: 5545895.
HSL color Cylindrical-coordinate representation of color #A79F54: hue angle of 54.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A79F54 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 159 | 84 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.35 |
| HSL | 54.22º | 0.33% | 0.49% | - |
| HSV(B) | 54.22º | 0.5% | 0.65% | - |
| XYZ | 29.93 | 33.65 | 13.31 | - |
| YUV | 152.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 159 | 84 | 0 | 0.05 | 0.50 | 0.35 | 54.22 | 0.33 | 0.49 |
| Hex | A7 | 9F | 54 | 0 | 5 | 32 | 23 | 36 | 21 | 31 |
| Octal | 247 | 237 | 124 | 0 | 5 | 62 | 43 | 66 | 41 | 61 |
| Binary | 10100111 | 10011111 | 1010100 | 0 | 101 | 110010 | 100011 | 110110 | 100001 | 110001 |
Color Harmonies of #A79F54
Complementary color
Monochromatic Colors of #A79F54
Black with #A79F54
Text Example
Text Example
White with #A79F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79F54; }
p { color: rgb(167,159,84); }
H1.HeaderClassName
{
color: #A79F54;
}
.AnyTagClassName
{
color: #A79F54;
}
</style>
background-color css
<style>
a { background-color: #A79F54; }
a { background-color: rgb(167,159,84); }
div.DivClassName
{
background-color: #A79F54;
}
.BgClassName
{
background-color: #A79F54;
}
</style>
border-color css
<style>
span { border-color: #A79F54; }
span { border-color: rgb(167,159,84); }
td.TdClassName
{
border-color: #A79F54;
}
.TagClassName
{
border-color: #A79F54;
}
</style>