Shades of Husk #A7934D
Tints of Husk #A7934D
RGB
CMYK
RGB Variations
Color information
#A7934D (or 0xA7934D) is known color: Husk. HEX triplet: A7, 93 and 4D. RGB value is (167,147,77). Sum of RGB (Red+Green+Blue) = 167+147+77=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7934D is #586CB2. Grayscale: #919191. Windows color (decimal): -5794995 or 5084071. OLE color: 5084071.
HSL color Cylindrical-coordinate representation of color #A7934D: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7934D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 147 | 77 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.35 |
| HSL | 46.67º | 0.37% | 0.48% | - |
| HSV(B) | 46.67º | 0.54% | 0.65% | - |
| XYZ | 27.71 | 29.62 | 11.28 | - |
| YUV | 145 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 77 | 0 | 0.12 | 0.54 | 0.35 | 46.67 | 0.37 | 0.48 |
| Hex | A7 | 93 | 4D | 0 | C | 36 | 23 | 2F | 25 | 30 |
| Octal | 247 | 223 | 115 | 0 | 14 | 66 | 43 | 57 | 45 | 60 |
| Binary | 10100111 | 10010011 | 1001101 | 0 | 1100 | 110110 | 100011 | 101111 | 100101 | 110000 |
Color Harmonies of #A7934D
Complementary color
Monochromatic Colors of #A7934D
Black with #A7934D
Text Example
Text Example
White with #A7934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7934D; }
p { color: rgb(167,147,77); }
H1.HeaderClassName
{
color: #A7934D;
}
.AnyTagClassName
{
color: #A7934D;
}
</style>
background-color css
<style>
a { background-color: #A7934D; }
a { background-color: rgb(167,147,77); }
div.DivClassName
{
background-color: #A7934D;
}
.BgClassName
{
background-color: #A7934D;
}
</style>
border-color css
<style>
span { border-color: #A7934D; }
span { border-color: rgb(167,147,77); }
td.TdClassName
{
border-color: #A7934D;
}
.TagClassName
{
border-color: #A7934D;
}
</style>