Shades of Husk #A79350
Tints of Husk #A79350
RGB
CMYK
RGB Variations
Color information
#A79350 (or 0xA79350) is known color: Husk. HEX triplet: A7, 93 and 50. RGB value is (167,147,80). Sum of RGB (Red+Green+Blue) = 167+147+80=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A79350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79350 is #586CAF. Grayscale: #919191. Windows color (decimal): -5794992 or 5280679. OLE color: 5280679.
HSL color Cylindrical-coordinate representation of color #A79350: hue angle of 46.21º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A79350 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 147 | 80 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.35 |
| HSL | 46.21º | 0.35% | 0.48% | - |
| HSV(B) | 46.21º | 0.52% | 0.65% | - |
| XYZ | 27.82 | 29.66 | 11.85 | - |
| YUV | 145.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 80 | 0 | 0.12 | 0.52 | 0.35 | 46.21 | 0.35 | 0.48 |
| Hex | A7 | 93 | 50 | 0 | C | 34 | 23 | 2E | 23 | 30 |
| Octal | 247 | 223 | 120 | 0 | 14 | 64 | 43 | 56 | 43 | 60 |
| Binary | 10100111 | 10010011 | 1010000 | 0 | 1100 | 110100 | 100011 | 101110 | 100011 | 110000 |
Color Harmonies of #A79350
Complementary color
Monochromatic Colors of #A79350
Black with #A79350
Text Example
Text Example
White with #A79350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79350; }
p { color: rgb(167,147,80); }
H1.HeaderClassName
{
color: #A79350;
}
.AnyTagClassName
{
color: #A79350;
}
</style>
background-color css
<style>
a { background-color: #A79350; }
a { background-color: rgb(167,147,80); }
div.DivClassName
{
background-color: #A79350;
}
.BgClassName
{
background-color: #A79350;
}
</style>
border-color css
<style>
span { border-color: #A79350; }
span { border-color: rgb(167,147,80); }
td.TdClassName
{
border-color: #A79350;
}
.TagClassName
{
border-color: #A79350;
}
</style>