Shades of Husk #A59950
Tints of Husk #A59950
RGB
CMYK
RGB Variations
Color information
#A59950 (or 0xA59950) is known color: Husk. HEX triplet: A5, 99 and 50. RGB value is (165,153,80). Sum of RGB (Red+Green+Blue) = 165+153+80=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59950 is #5A66AF. Grayscale: #949494. Windows color (decimal): -5924528 or 5282213. OLE color: 5282213.
HSL color Cylindrical-coordinate representation of color #A59950: hue angle of 51.53º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A59950 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 80 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.35 |
| HSL | 51.53º | 0.35% | 0.48% | - |
| HSV(B) | 51.53º | 0.52% | 0.65% | - |
| XYZ | 28.36 | 31.36 | 12.15 | - |
| YUV | 148.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 80 | 0 | 0.07 | 0.52 | 0.35 | 51.53 | 0.35 | 0.48 |
| Hex | A5 | 99 | 50 | 0 | 7 | 34 | 23 | 34 | 23 | 30 |
| Octal | 245 | 231 | 120 | 0 | 7 | 64 | 43 | 64 | 43 | 60 |
| Binary | 10100101 | 10011001 | 1010000 | 0 | 111 | 110100 | 100011 | 110100 | 100011 | 110000 |
Color Harmonies of #A59950
Complementary color
Monochromatic Colors of #A59950
Black with #A59950
Text Example
Text Example
White with #A59950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59950; }
p { color: rgb(165,153,80); }
H1.HeaderClassName
{
color: #A59950;
}
.AnyTagClassName
{
color: #A59950;
}
</style>
background-color css
<style>
a { background-color: #A59950; }
a { background-color: rgb(165,153,80); }
div.DivClassName
{
background-color: #A59950;
}
.BgClassName
{
background-color: #A59950;
}
</style>
border-color css
<style>
span { border-color: #A59950; }
span { border-color: rgb(165,153,80); }
td.TdClassName
{
border-color: #A59950;
}
.TagClassName
{
border-color: #A59950;
}
</style>