Shades of Husk #A7A151
Tints of Husk #A7A151
RGB
CMYK
RGB Variations
Color information
#A7A151 (or 0xA7A151) is known color: Husk. HEX triplet: A7, A1 and 51. RGB value is (167,161,81). Sum of RGB (Red+Green+Blue) = 167+161+81=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A151 is #585EAE. Grayscale: #9A9A9A. Windows color (decimal): -5791407 or 5349799. OLE color: 5349799.
HSL color Cylindrical-coordinate representation of color #A7A151: hue angle of 55.81º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7A151 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 81 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.35 |
| HSL | 55.81º | 0.35% | 0.49% | - |
| HSV(B) | 55.81º | 0.51% | 0.65% | - |
| XYZ | 30.17 | 34.3 | 12.82 | - |
| YUV | 153.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 81 | 0 | 0.04 | 0.51 | 0.35 | 55.81 | 0.35 | 0.49 |
| Hex | A7 | A1 | 51 | 0 | 4 | 33 | 23 | 38 | 23 | 31 |
| Octal | 247 | 241 | 121 | 0 | 4 | 63 | 43 | 70 | 43 | 61 |
| Binary | 10100111 | 10100001 | 1010001 | 0 | 100 | 110011 | 100011 | 111000 | 100011 | 110001 |
Color Harmonies of #A7A151
Complementary color
Monochromatic Colors of #A7A151
Black with #A7A151
Text Example
Text Example
White with #A7A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A151; }
p { color: rgb(167,161,81); }
H1.HeaderClassName
{
color: #A7A151;
}
.AnyTagClassName
{
color: #A7A151;
}
</style>
background-color css
<style>
a { background-color: #A7A151; }
a { background-color: rgb(167,161,81); }
div.DivClassName
{
background-color: #A7A151;
}
.BgClassName
{
background-color: #A7A151;
}
</style>
border-color css
<style>
span { border-color: #A7A151; }
span { border-color: rgb(167,161,81); }
td.TdClassName
{
border-color: #A7A151;
}
.TagClassName
{
border-color: #A7A151;
}
</style>