Shades of Husk #A7934B
Tints of Husk #A7934B
RGB
CMYK
RGB Variations
Color information
#A7934B (or 0xA7934B) is known color: Husk. HEX triplet: A7, 93 and 4B. RGB value is (167,147,75). Sum of RGB (Red+Green+Blue) = 167+147+75=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7934B is #586CB4. Grayscale: #919191. Windows color (decimal): -5794997 or 4952999. OLE color: 4952999.
HSL color Cylindrical-coordinate representation of color #A7934B: hue angle of 46.96º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7934B is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 147 | 75 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.35 |
| HSL | 46.96º | 0.38% | 0.47% | - |
| HSV(B) | 46.96º | 0.55% | 0.65% | - |
| XYZ | 27.64 | 29.59 | 10.91 | - |
| YUV | 144.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 75 | 0 | 0.12 | 0.55 | 0.35 | 46.96 | 0.38 | 0.47 |
| Hex | A7 | 93 | 4B | 0 | C | 37 | 23 | 2F | 26 | 2F |
| Octal | 247 | 223 | 113 | 0 | 14 | 67 | 43 | 57 | 46 | 57 |
| Binary | 10100111 | 10010011 | 1001011 | 0 | 1100 | 110111 | 100011 | 101111 | 100110 | 101111 |
Color Harmonies of #A7934B
Complementary color
Monochromatic Colors of #A7934B
Black with #A7934B
Text Example
Text Example
White with #A7934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7934B; }
p { color: rgb(167,147,75); }
H1.HeaderClassName
{
color: #A7934B;
}
.AnyTagClassName
{
color: #A7934B;
}
</style>
background-color css
<style>
a { background-color: #A7934B; }
a { background-color: rgb(167,147,75); }
div.DivClassName
{
background-color: #A7934B;
}
.BgClassName
{
background-color: #A7934B;
}
</style>
border-color css
<style>
span { border-color: #A7934B; }
span { border-color: rgb(167,147,75); }
td.TdClassName
{
border-color: #A7934B;
}
.TagClassName
{
border-color: #A7934B;
}
</style>