Shades of Husk #A59946
Tints of Husk #A59946
RGB
CMYK
RGB Variations
Color information
#A59946 (or 0xA59946) is known color: Husk. HEX triplet: A5, 99 and 46. RGB value is (165,153,70). Sum of RGB (Red+Green+Blue) = 165+153+70=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A59946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59946 is #5A66B9. Grayscale: #939393. Windows color (decimal): -5924538 or 4626853. OLE color: 4626853.
HSL color Cylindrical-coordinate representation of color #A59946: hue angle of 52.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A59946 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 70 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.35 |
| HSL | 52.42º | 0.4% | 0.46% | - |
| HSV(B) | 52.42º | 0.58% | 0.65% | - |
| XYZ | 28.01 | 31.22 | 10.34 | - |
| YUV | 147.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 70 | 0 | 0.07 | 0.58 | 0.35 | 52.42 | 0.4 | 0.46 |
| Hex | A5 | 99 | 46 | 0 | 7 | 3A | 23 | 34 | 28 | 2E |
| Octal | 245 | 231 | 106 | 0 | 7 | 72 | 43 | 64 | 50 | 56 |
| Binary | 10100101 | 10011001 | 1000110 | 0 | 111 | 111010 | 100011 | 110100 | 101000 | 101110 |
Color Harmonies of #A59946
Complementary color
Monochromatic Colors of #A59946
Black with #A59946
Text Example
Text Example
White with #A59946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59946; }
p { color: rgb(165,153,70); }
H1.HeaderClassName
{
color: #A59946;
}
.AnyTagClassName
{
color: #A59946;
}
</style>
background-color css
<style>
a { background-color: #A59946; }
a { background-color: rgb(165,153,70); }
div.DivClassName
{
background-color: #A59946;
}
.BgClassName
{
background-color: #A59946;
}
</style>
border-color css
<style>
span { border-color: #A59946; }
span { border-color: rgb(165,153,70); }
td.TdClassName
{
border-color: #A59946;
}
.TagClassName
{
border-color: #A59946;
}
</style>