Shades of Husk #A99D59
Tints of Husk #A99D59
RGB
CMYK
RGB Variations
Color information
#A99D59 (or 0xA99D59) is known color: Husk. HEX triplet: A9, 9D and 59. RGB value is (169,157,89). Sum of RGB (Red+Green+Blue) = 169+157+89=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D59 is #5662A6. Grayscale: #999999. Windows color (decimal): -5661351 or 5873065. OLE color: 5873065.
HSL color Cylindrical-coordinate representation of color #A99D59: hue angle of 51º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A99D59 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 89 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.34 |
| HSL | 51º | 0.32% | 0.51% | - |
| HSV(B) | 51º | 0.47% | 0.66% | - |
| XYZ | 30.22 | 33.27 | 14.28 | - |
| YUV | 152.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 89 | 0 | 0.07 | 0.47 | 0.34 | 51 | 0.32 | 0.51 |
| Hex | A9 | 9D | 59 | 0 | 7 | 2F | 22 | 33 | 20 | 33 |
| Octal | 251 | 235 | 131 | 0 | 7 | 57 | 42 | 63 | 40 | 63 |
| Binary | 10101001 | 10011101 | 1011001 | 0 | 111 | 101111 | 100010 | 110011 | 100000 | 110011 |
Color Harmonies of #A99D59
Complementary color
Monochromatic Colors of #A99D59
Black with #A99D59
Text Example
Text Example
White with #A99D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D59; }
p { color: rgb(169,157,89); }
H1.HeaderClassName
{
color: #A99D59;
}
.AnyTagClassName
{
color: #A99D59;
}
</style>
background-color css
<style>
a { background-color: #A99D59; }
a { background-color: rgb(169,157,89); }
div.DivClassName
{
background-color: #A99D59;
}
.BgClassName
{
background-color: #A99D59;
}
</style>
border-color css
<style>
span { border-color: #A99D59; }
span { border-color: rgb(169,157,89); }
td.TdClassName
{
border-color: #A99D59;
}
.TagClassName
{
border-color: #A99D59;
}
</style>