Shades of Husk #A99D46
Tints of Husk #A99D46
RGB
CMYK
RGB Variations
Color information
#A99D46 (or 0xA99D46) is known color: Husk. HEX triplet: A9, 9D and 46. RGB value is (169,157,70). Sum of RGB (Red+Green+Blue) = 169+157+70=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D46 is #5662B9. Grayscale: #979797. Windows color (decimal): -5661370 or 4627881. OLE color: 4627881.
HSL color Cylindrical-coordinate representation of color #A99D46: hue angle of 52.73º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A99D46 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 70 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.34 |
| HSL | 52.73º | 0.41% | 0.47% | - |
| HSV(B) | 52.73º | 0.59% | 0.66% | - |
| XYZ | 29.52 | 32.99 | 10.61 | - |
| YUV | 150.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 70 | 0 | 0.07 | 0.59 | 0.34 | 52.73 | 0.41 | 0.47 |
| Hex | A9 | 9D | 46 | 0 | 7 | 3B | 22 | 35 | 29 | 2F |
| Octal | 251 | 235 | 106 | 0 | 7 | 73 | 42 | 65 | 51 | 57 |
| Binary | 10101001 | 10011101 | 1000110 | 0 | 111 | 111011 | 100010 | 110101 | 101001 | 101111 |
Color Harmonies of #A99D46
Complementary color
Monochromatic Colors of #A99D46
Black with #A99D46
Text Example
Text Example
White with #A99D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D46; }
p { color: rgb(169,157,70); }
H1.HeaderClassName
{
color: #A99D46;
}
.AnyTagClassName
{
color: #A99D46;
}
</style>
background-color css
<style>
a { background-color: #A99D46; }
a { background-color: rgb(169,157,70); }
div.DivClassName
{
background-color: #A99D46;
}
.BgClassName
{
background-color: #A99D46;
}
</style>
border-color css
<style>
span { border-color: #A99D46; }
span { border-color: rgb(169,157,70); }
td.TdClassName
{
border-color: #A99D46;
}
.TagClassName
{
border-color: #A99D46;
}
</style>