Shades of Husk #A79250
Tints of Husk #A79250
RGB
CMYK
RGB Variations
Color information
#A79250 (or 0xA79250) is known color: Husk. HEX triplet: A7, 92 and 50. RGB value is (167,146,80). Sum of RGB (Red+Green+Blue) = 167+146+80=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A79250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79250 is #586DAF. Grayscale: #919191. Windows color (decimal): -5795248 or 5280423. OLE color: 5280423.
HSL color Cylindrical-coordinate representation of color #A79250: hue angle of 45.52º 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 #A79250 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 146 | 80 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.35 |
| HSL | 45.52º | 0.35% | 0.48% | - |
| HSV(B) | 45.52º | 0.52% | 0.65% | - |
| XYZ | 27.66 | 29.35 | 11.8 | - |
| YUV | 144.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 80 | 0 | 0.13 | 0.52 | 0.35 | 45.52 | 0.35 | 0.48 |
| Hex | A7 | 92 | 50 | 0 | D | 34 | 23 | 2E | 23 | 30 |
| Octal | 247 | 222 | 120 | 0 | 15 | 64 | 43 | 56 | 43 | 60 |
| Binary | 10100111 | 10010010 | 1010000 | 0 | 1101 | 110100 | 100011 | 101110 | 100011 | 110000 |
Color Harmonies of #A79250
Complementary color
Monochromatic Colors of #A79250
Black with #A79250
Text Example
Text Example
White with #A79250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79250; }
p { color: rgb(167,146,80); }
H1.HeaderClassName
{
color: #A79250;
}
.AnyTagClassName
{
color: #A79250;
}
</style>
background-color css
<style>
a { background-color: #A79250; }
a { background-color: rgb(167,146,80); }
div.DivClassName
{
background-color: #A79250;
}
.BgClassName
{
background-color: #A79250;
}
</style>
border-color css
<style>
span { border-color: #A79250; }
span { border-color: rgb(167,146,80); }
td.TdClassName
{
border-color: #A79250;
}
.TagClassName
{
border-color: #A79250;
}
</style>