Shades of Husk #AD9752
Tints of Husk #AD9752
RGB
CMYK
RGB Variations
Color information
#AD9752 (or 0xAD9752) is known color: Husk. HEX triplet: AD, 97 and 52. RGB value is (173,151,82). Sum of RGB (Red+Green+Blue) = 173+151+82=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9752 is #5268AD. Grayscale: #969696. Windows color (decimal): -5400750 or 5412781. OLE color: 5412781.
HSL color Cylindrical-coordinate representation of color #AD9752: hue angle of 45.49º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9752 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 82 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.32 |
| HSL | 45.49º | 0.36% | 0.5% | - |
| HSV(B) | 45.49º | 0.53% | 0.68% | - |
| XYZ | 29.82 | 31.63 | 12.52 | - |
| YUV | 149.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 82 | 0 | 0.13 | 0.53 | 0.32 | 45.49 | 0.36 | 0.5 |
| Hex | AD | 97 | 52 | 0 | D | 35 | 20 | 2D | 24 | 32 |
| Octal | 255 | 227 | 122 | 0 | 15 | 65 | 40 | 55 | 44 | 62 |
| Binary | 10101101 | 10010111 | 1010010 | 0 | 1101 | 110101 | 100000 | 101101 | 100100 | 110010 |
Color Harmonies of #AD9752
Complementary color
Monochromatic Colors of #AD9752
Black with #AD9752
Text Example
Text Example
White with #AD9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9752; }
p { color: rgb(173,151,82); }
H1.HeaderClassName
{
color: #AD9752;
}
.AnyTagClassName
{
color: #AD9752;
}
</style>
background-color css
<style>
a { background-color: #AD9752; }
a { background-color: rgb(173,151,82); }
div.DivClassName
{
background-color: #AD9752;
}
.BgClassName
{
background-color: #AD9752;
}
</style>
border-color css
<style>
span { border-color: #AD9752; }
span { border-color: rgb(173,151,82); }
td.TdClassName
{
border-color: #AD9752;
}
.TagClassName
{
border-color: #AD9752;
}
</style>