Shades of Husk #A99D51
Tints of Husk #A99D51
RGB
CMYK
RGB Variations
Color information
#A99D51 (or 0xA99D51) is known color: Husk. HEX triplet: A9, 9D and 51. RGB value is (169,157,81). Sum of RGB (Red+Green+Blue) = 169+157+81=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D51 is #5662AE. Grayscale: #989898. Windows color (decimal): -5661359 or 5348777. OLE color: 5348777.
HSL color Cylindrical-coordinate representation of color #A99D51: hue angle of 51.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A99D51 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 81 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.34 |
| HSL | 51.82º | 0.35% | 0.49% | - |
| HSV(B) | 51.82º | 0.52% | 0.66% | - |
| XYZ | 29.9 | 33.14 | 12.61 | - |
| YUV | 151.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 81 | 0 | 0.07 | 0.52 | 0.34 | 51.82 | 0.35 | 0.49 |
| Hex | A9 | 9D | 51 | 0 | 7 | 34 | 22 | 34 | 23 | 31 |
| Octal | 251 | 235 | 121 | 0 | 7 | 64 | 42 | 64 | 43 | 61 |
| Binary | 10101001 | 10011101 | 1010001 | 0 | 111 | 110100 | 100010 | 110100 | 100011 | 110001 |
Color Harmonies of #A99D51
Complementary color
Monochromatic Colors of #A99D51
Black with #A99D51
Text Example
Text Example
White with #A99D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D51; }
p { color: rgb(169,157,81); }
H1.HeaderClassName
{
color: #A99D51;
}
.AnyTagClassName
{
color: #A99D51;
}
</style>
background-color css
<style>
a { background-color: #A99D51; }
a { background-color: rgb(169,157,81); }
div.DivClassName
{
background-color: #A99D51;
}
.BgClassName
{
background-color: #A99D51;
}
</style>
border-color css
<style>
span { border-color: #A99D51; }
span { border-color: rgb(169,157,81); }
td.TdClassName
{
border-color: #A99D51;
}
.TagClassName
{
border-color: #A99D51;
}
</style>