Shades of Husk #A79150
Tints of Husk #A79150
RGB
CMYK
RGB Variations
Color information
#A79150 (or 0xA79150) is known color: Husk. HEX triplet: A7, 91 and 50. RGB value is (167,145,80). Sum of RGB (Red+Green+Blue) = 167+145+80=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A79150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79150 is #586EAF. Grayscale: #909090. Windows color (decimal): -5795504 or 5280167. OLE color: 5280167.
HSL color Cylindrical-coordinate representation of color #A79150: hue angle of 44.83º 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 #A79150 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 80 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.35 |
| HSL | 44.83º | 0.35% | 0.48% | - |
| HSV(B) | 44.83º | 0.52% | 0.65% | - |
| XYZ | 27.51 | 29.05 | 11.75 | - |
| YUV | 144.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 80 | 0 | 0.13 | 0.52 | 0.35 | 44.83 | 0.35 | 0.48 |
| Hex | A7 | 91 | 50 | 0 | D | 34 | 23 | 2D | 23 | 30 |
| Octal | 247 | 221 | 120 | 0 | 15 | 64 | 43 | 55 | 43 | 60 |
| Binary | 10100111 | 10010001 | 1010000 | 0 | 1101 | 110100 | 100011 | 101101 | 100011 | 110000 |
Color Harmonies of #A79150
Complementary color
Monochromatic Colors of #A79150
Black with #A79150
Text Example
Text Example
White with #A79150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79150; }
p { color: rgb(167,145,80); }
H1.HeaderClassName
{
color: #A79150;
}
.AnyTagClassName
{
color: #A79150;
}
</style>
background-color css
<style>
a { background-color: #A79150; }
a { background-color: rgb(167,145,80); }
div.DivClassName
{
background-color: #A79150;
}
.BgClassName
{
background-color: #A79150;
}
</style>
border-color css
<style>
span { border-color: #A79150; }
span { border-color: rgb(167,145,80); }
td.TdClassName
{
border-color: #A79150;
}
.TagClassName
{
border-color: #A79150;
}
</style>