Shades of Husk #A99655
Tints of Husk #A99655
RGB
CMYK
RGB Variations
Color information
#A99655 (or 0xA99655) is known color: Husk. HEX triplet: A9, 96 and 55. RGB value is (169,150,85). Sum of RGB (Red+Green+Blue) = 169+150+85=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A99655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99655 is #5669AA. Grayscale: #949494. Windows color (decimal): -5663147 or 5609129. OLE color: 5609129.
HSL color Cylindrical-coordinate representation of color #A99655: hue angle of 46.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A99655 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 85 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.34 |
| HSL | 46.43º | 0.33% | 0.5% | - |
| HSV(B) | 46.43º | 0.5% | 0.66% | - |
| XYZ | 28.91 | 30.9 | 13.04 | - |
| YUV | 148.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 85 | 0 | 0.11 | 0.50 | 0.34 | 46.43 | 0.33 | 0.5 |
| Hex | A9 | 96 | 55 | 0 | B | 32 | 22 | 2E | 21 | 32 |
| Octal | 251 | 226 | 125 | 0 | 13 | 62 | 42 | 56 | 41 | 62 |
| Binary | 10101001 | 10010110 | 1010101 | 0 | 1011 | 110010 | 100010 | 101110 | 100001 | 110010 |
Color Harmonies of #A99655
Complementary color
Monochromatic Colors of #A99655
Black with #A99655
Text Example
Text Example
White with #A99655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99655; }
p { color: rgb(169,150,85); }
H1.HeaderClassName
{
color: #A99655;
}
.AnyTagClassName
{
color: #A99655;
}
</style>
background-color css
<style>
a { background-color: #A99655; }
a { background-color: rgb(169,150,85); }
div.DivClassName
{
background-color: #A99655;
}
.BgClassName
{
background-color: #A99655;
}
</style>
border-color css
<style>
span { border-color: #A99655; }
span { border-color: rgb(169,150,85); }
td.TdClassName
{
border-color: #A99655;
}
.TagClassName
{
border-color: #A99655;
}
</style>