Shades of Husk #A99D53
Tints of Husk #A99D53
RGB
CMYK
RGB Variations
Color information
#A99D53 (or 0xA99D53) is known color: Husk. HEX triplet: A9, 9D and 53. RGB value is (169,157,83). Sum of RGB (Red+Green+Blue) = 169+157+83=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D53 is #5662AC. Grayscale: #989898. Windows color (decimal): -5661357 or 5479849. OLE color: 5479849.
HSL color Cylindrical-coordinate representation of color #A99D53: hue angle of 51.63º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A99D53 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 83 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.34 |
| HSL | 51.63º | 0.34% | 0.49% | - |
| HSV(B) | 51.63º | 0.51% | 0.66% | - |
| XYZ | 29.98 | 33.17 | 13.01 | - |
| YUV | 152.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 83 | 0 | 0.07 | 0.51 | 0.34 | 51.63 | 0.34 | 0.49 |
| Hex | A9 | 9D | 53 | 0 | 7 | 33 | 22 | 34 | 22 | 31 |
| Octal | 251 | 235 | 123 | 0 | 7 | 63 | 42 | 64 | 42 | 61 |
| Binary | 10101001 | 10011101 | 1010011 | 0 | 111 | 110011 | 100010 | 110100 | 100010 | 110001 |
Color Harmonies of #A99D53
Complementary color
Monochromatic Colors of #A99D53
Black with #A99D53
Text Example
Text Example
White with #A99D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D53; }
p { color: rgb(169,157,83); }
H1.HeaderClassName
{
color: #A99D53;
}
.AnyTagClassName
{
color: #A99D53;
}
</style>
background-color css
<style>
a { background-color: #A99D53; }
a { background-color: rgb(169,157,83); }
div.DivClassName
{
background-color: #A99D53;
}
.BgClassName
{
background-color: #A99D53;
}
</style>
border-color css
<style>
span { border-color: #A99D53; }
span { border-color: rgb(169,157,83); }
td.TdClassName
{
border-color: #A99D53;
}
.TagClassName
{
border-color: #A99D53;
}
</style>