Shades of Husk #A99657
Tints of Husk #A99657
RGB
CMYK
RGB Variations
Color information
#A99657 (or 0xA99657) is known color: Husk. HEX triplet: A9, 96 and 57. RGB value is (169,150,87). Sum of RGB (Red+Green+Blue) = 169+150+87=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A99657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99657 is #5669A8. Grayscale: #949494. Windows color (decimal): -5663145 or 5740201. OLE color: 5740201.
HSL color Cylindrical-coordinate representation of color #A99657: hue angle of 46.1º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A99657 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 87 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.34 |
| HSL | 46.1º | 0.32% | 0.5% | - |
| HSV(B) | 46.1º | 0.49% | 0.66% | - |
| XYZ | 28.99 | 30.94 | 13.46 | - |
| YUV | 148.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 87 | 0 | 0.11 | 0.49 | 0.34 | 46.1 | 0.32 | 0.5 |
| Hex | A9 | 96 | 57 | 0 | B | 31 | 22 | 2E | 20 | 32 |
| Octal | 251 | 226 | 127 | 0 | 13 | 61 | 42 | 56 | 40 | 62 |
| Binary | 10101001 | 10010110 | 1010111 | 0 | 1011 | 110001 | 100010 | 101110 | 100000 | 110010 |
Color Harmonies of #A99657
Complementary color
Monochromatic Colors of #A99657
Black with #A99657
Text Example
Text Example
White with #A99657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99657; }
p { color: rgb(169,150,87); }
H1.HeaderClassName
{
color: #A99657;
}
.AnyTagClassName
{
color: #A99657;
}
</style>
background-color css
<style>
a { background-color: #A99657; }
a { background-color: rgb(169,150,87); }
div.DivClassName
{
background-color: #A99657;
}
.BgClassName
{
background-color: #A99657;
}
</style>
border-color css
<style>
span { border-color: #A99657; }
span { border-color: rgb(169,150,87); }
td.TdClassName
{
border-color: #A99657;
}
.TagClassName
{
border-color: #A99657;
}
</style>