Shades of Husk #A59A50
Tints of Husk #A59A50
RGB
CMYK
RGB Variations
Color information
#A59A50 (or 0xA59A50) is known color: Husk. HEX triplet: A5, 9A and 50. RGB value is (165,154,80). Sum of RGB (Red+Green+Blue) = 165+154+80=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A50 is #5A65AF. Grayscale: #959595. Windows color (decimal): -5924272 or 5282469. OLE color: 5282469.
HSL color Cylindrical-coordinate representation of color #A59A50: hue angle of 52.24º 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 #A59A50 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 80 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.35 |
| HSL | 52.24º | 0.35% | 0.48% | - |
| HSV(B) | 52.24º | 0.52% | 0.65% | - |
| XYZ | 28.52 | 31.69 | 12.2 | - |
| YUV | 148.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 80 | 0 | 0.07 | 0.52 | 0.35 | 52.24 | 0.35 | 0.48 |
| Hex | A5 | 9A | 50 | 0 | 7 | 34 | 23 | 34 | 23 | 30 |
| Octal | 245 | 232 | 120 | 0 | 7 | 64 | 43 | 64 | 43 | 60 |
| Binary | 10100101 | 10011010 | 1010000 | 0 | 111 | 110100 | 100011 | 110100 | 100011 | 110000 |
Color Harmonies of #A59A50
Complementary color
Monochromatic Colors of #A59A50
Black with #A59A50
Text Example
Text Example
White with #A59A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A50; }
p { color: rgb(165,154,80); }
H1.HeaderClassName
{
color: #A59A50;
}
.AnyTagClassName
{
color: #A59A50;
}
</style>
background-color css
<style>
a { background-color: #A59A50; }
a { background-color: rgb(165,154,80); }
div.DivClassName
{
background-color: #A59A50;
}
.BgClassName
{
background-color: #A59A50;
}
</style>
border-color css
<style>
span { border-color: #A59A50; }
span { border-color: rgb(165,154,80); }
td.TdClassName
{
border-color: #A59A50;
}
.TagClassName
{
border-color: #A59A50;
}
</style>