Shades of Husk #A79B58
Tints of Husk #A79B58
RGB
CMYK
RGB Variations
Color information
#A79B58 (or 0xA79B58) is known color: Husk. HEX triplet: A7, 9B and 58. RGB value is (167,155,88). Sum of RGB (Red+Green+Blue) = 167+155+88=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B58 is #5864A7. Grayscale: #979797. Windows color (decimal): -5792936 or 5807015. OLE color: 5807015.
HSL color Cylindrical-coordinate representation of color #A79B58: hue angle of 50.89º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A79B58 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 155 | 88 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.35 |
| HSL | 50.89º | 0.31% | 0.5% | - |
| HSV(B) | 50.89º | 0.47% | 0.65% | - |
| XYZ | 29.42 | 32.36 | 13.93 | - |
| YUV | 150.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 88 | 0 | 0.07 | 0.47 | 0.35 | 50.89 | 0.31 | 0.5 |
| Hex | A7 | 9B | 58 | 0 | 7 | 2F | 23 | 33 | 1F | 32 |
| Octal | 247 | 233 | 130 | 0 | 7 | 57 | 43 | 63 | 37 | 62 |
| Binary | 10100111 | 10011011 | 1011000 | 0 | 111 | 101111 | 100011 | 110011 | 11111 | 110010 |
Color Harmonies of #A79B58
Complementary color
Monochromatic Colors of #A79B58
Black with #A79B58
Text Example
Text Example
White with #A79B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79B58; }
p { color: rgb(167,155,88); }
H1.HeaderClassName
{
color: #A79B58;
}
.AnyTagClassName
{
color: #A79B58;
}
</style>
background-color css
<style>
a { background-color: #A79B58; }
a { background-color: rgb(167,155,88); }
div.DivClassName
{
background-color: #A79B58;
}
.BgClassName
{
background-color: #A79B58;
}
</style>
border-color css
<style>
span { border-color: #A79B58; }
span { border-color: rgb(167,155,88); }
td.TdClassName
{
border-color: #A79B58;
}
.TagClassName
{
border-color: #A79B58;
}
</style>