Shades of Husk #A5995C
Tints of Husk #A5995C
RGB
CMYK
RGB Variations
Color information
#A5995C (or 0xA5995C) is known color: Husk. HEX triplet: A5, 99 and 5C. RGB value is (165,153,92). Sum of RGB (Red+Green+Blue) = 165+153+92=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5995C is #5A66A3. Grayscale: #959595. Windows color (decimal): -5924516 or 6068645. OLE color: 6068645.
HSL color Cylindrical-coordinate representation of color #A5995C: hue angle of 50.14º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5995C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 92 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.35 |
| HSL | 50.14º | 0.29% | 0.5% | - |
| HSV(B) | 50.14º | 0.44% | 0.65% | - |
| XYZ | 28.84 | 31.55 | 14.7 | - |
| YUV | 149.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 92 | 0 | 0.07 | 0.44 | 0.35 | 50.14 | 0.29 | 0.5 |
| Hex | A5 | 99 | 5C | 0 | 7 | 2C | 23 | 32 | 1D | 32 |
| Octal | 245 | 231 | 134 | 0 | 7 | 54 | 43 | 62 | 35 | 62 |
| Binary | 10100101 | 10011001 | 1011100 | 0 | 111 | 101100 | 100011 | 110010 | 11101 | 110010 |
Color Harmonies of #A5995C
Complementary color
Monochromatic Colors of #A5995C
Black with #A5995C
Text Example
Text Example
White with #A5995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5995C; }
p { color: rgb(165,153,92); }
H1.HeaderClassName
{
color: #A5995C;
}
.AnyTagClassName
{
color: #A5995C;
}
</style>
background-color css
<style>
a { background-color: #A5995C; }
a { background-color: rgb(165,153,92); }
div.DivClassName
{
background-color: #A5995C;
}
.BgClassName
{
background-color: #A5995C;
}
</style>
border-color css
<style>
span { border-color: #A5995C; }
span { border-color: rgb(165,153,92); }
td.TdClassName
{
border-color: #A5995C;
}
.TagClassName
{
border-color: #A5995C;
}
</style>