Shades of Husk #A5965C
Tints of Husk #A5965C
RGB
CMYK
RGB Variations
Color information
#A5965C (or 0xA5965C) is known color: Husk. HEX triplet: A5, 96 and 5C. RGB value is (165,150,92). Sum of RGB (Red+Green+Blue) = 165+150+92=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5965C is #5A69A3. Grayscale: #949494. Windows color (decimal): -5925284 or 6067877. OLE color: 6067877.
HSL color Cylindrical-coordinate representation of color #A5965C: hue angle of 47.67º 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 #A5965C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 92 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.35 |
| HSL | 47.67º | 0.29% | 0.5% | - |
| HSV(B) | 47.67º | 0.44% | 0.65% | - |
| XYZ | 28.36 | 30.58 | 14.53 | - |
| YUV | 147.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 92 | 0 | 0.09 | 0.44 | 0.35 | 47.67 | 0.29 | 0.5 |
| Hex | A5 | 96 | 5C | 0 | 9 | 2C | 23 | 30 | 1D | 32 |
| Octal | 245 | 226 | 134 | 0 | 11 | 54 | 43 | 60 | 35 | 62 |
| Binary | 10100101 | 10010110 | 1011100 | 0 | 1001 | 101100 | 100011 | 110000 | 11101 | 110010 |
Color Harmonies of #A5965C
Complementary color
Monochromatic Colors of #A5965C
Black with #A5965C
Text Example
Text Example
White with #A5965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5965C; }
p { color: rgb(165,150,92); }
H1.HeaderClassName
{
color: #A5965C;
}
.AnyTagClassName
{
color: #A5965C;
}
</style>
background-color css
<style>
a { background-color: #A5965C; }
a { background-color: rgb(165,150,92); }
div.DivClassName
{
background-color: #A5965C;
}
.BgClassName
{
background-color: #A5965C;
}
</style>
border-color css
<style>
span { border-color: #A5965C; }
span { border-color: rgb(165,150,92); }
td.TdClassName
{
border-color: #A5965C;
}
.TagClassName
{
border-color: #A5965C;
}
</style>