Shades of Husk #A7954E
Tints of Husk #A7954E
RGB
CMYK
RGB Variations
Color information
#A7954E (or 0xA7954E) is known color: Husk. HEX triplet: A7, 95 and 4E. RGB value is (167,149,78). Sum of RGB (Red+Green+Blue) = 167+149+78=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7954E is #586AB1. Grayscale: #929292. Windows color (decimal): -5794482 or 5150119. OLE color: 5150119.
HSL color Cylindrical-coordinate representation of color #A7954E: hue angle of 47.87º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7954E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 78 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.35 |
| HSL | 47.87º | 0.36% | 0.48% | - |
| HSV(B) | 47.87º | 0.53% | 0.65% | - |
| XYZ | 28.06 | 30.26 | 11.57 | - |
| YUV | 146.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 78 | 0 | 0.11 | 0.53 | 0.35 | 47.87 | 0.36 | 0.48 |
| Hex | A7 | 95 | 4E | 0 | B | 35 | 23 | 30 | 24 | 30 |
| Octal | 247 | 225 | 116 | 0 | 13 | 65 | 43 | 60 | 44 | 60 |
| Binary | 10100111 | 10010101 | 1001110 | 0 | 1011 | 110101 | 100011 | 110000 | 100100 | 110000 |
Color Harmonies of #A7954E
Complementary color
Monochromatic Colors of #A7954E
Black with #A7954E
Text Example
Text Example
White with #A7954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7954E; }
p { color: rgb(167,149,78); }
H1.HeaderClassName
{
color: #A7954E;
}
.AnyTagClassName
{
color: #A7954E;
}
</style>
background-color css
<style>
a { background-color: #A7954E; }
a { background-color: rgb(167,149,78); }
div.DivClassName
{
background-color: #A7954E;
}
.BgClassName
{
background-color: #A7954E;
}
</style>
border-color css
<style>
span { border-color: #A7954E; }
span { border-color: rgb(167,149,78); }
td.TdClassName
{
border-color: #A7954E;
}
.TagClassName
{
border-color: #A7954E;
}
</style>