Shades of Husk #A99D58
Tints of Husk #A99D58
RGB
CMYK
RGB Variations
Color information
#A99D58 (or 0xA99D58) is known color: Husk. HEX triplet: A9, 9D and 58. RGB value is (169,157,88). Sum of RGB (Red+Green+Blue) = 169+157+88=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D58 is #5662A7. Grayscale: #999999. Windows color (decimal): -5661352 or 5807529. OLE color: 5807529.
HSL color Cylindrical-coordinate representation of color #A99D58: hue angle of 51.11º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A99D58 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 88 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.34 |
| HSL | 51.11º | 0.32% | 0.5% | - |
| HSV(B) | 51.11º | 0.48% | 0.66% | - |
| XYZ | 30.18 | 33.25 | 14.06 | - |
| YUV | 152.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 88 | 0 | 0.07 | 0.48 | 0.34 | 51.11 | 0.32 | 0.5 |
| Hex | A9 | 9D | 58 | 0 | 7 | 30 | 22 | 33 | 20 | 32 |
| Octal | 251 | 235 | 130 | 0 | 7 | 60 | 42 | 63 | 40 | 62 |
| Binary | 10101001 | 10011101 | 1011000 | 0 | 111 | 110000 | 100010 | 110011 | 100000 | 110010 |
Color Harmonies of #A99D58
Complementary color
Monochromatic Colors of #A99D58
Black with #A99D58
Text Example
Text Example
White with #A99D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D58; }
p { color: rgb(169,157,88); }
H1.HeaderClassName
{
color: #A99D58;
}
.AnyTagClassName
{
color: #A99D58;
}
</style>
background-color css
<style>
a { background-color: #A99D58; }
a { background-color: rgb(169,157,88); }
div.DivClassName
{
background-color: #A99D58;
}
.BgClassName
{
background-color: #A99D58;
}
</style>
border-color css
<style>
span { border-color: #A99D58; }
span { border-color: rgb(169,157,88); }
td.TdClassName
{
border-color: #A99D58;
}
.TagClassName
{
border-color: #A99D58;
}
</style>