Shades of Husk #AD9750
Tints of Husk #AD9750
RGB
CMYK
RGB Variations
Color information
#AD9750 (or 0xAD9750) is known color: Husk. HEX triplet: AD, 97 and 50. RGB value is (173,151,80). Sum of RGB (Red+Green+Blue) = 173+151+80=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9750 is #5268AF. Grayscale: #959595. Windows color (decimal): -5400752 or 5281709. OLE color: 5281709.
HSL color Cylindrical-coordinate representation of color #AD9750: hue angle of 45.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD9750 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 80 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.32 |
| HSL | 45.81º | 0.37% | 0.5% | - |
| HSV(B) | 45.81º | 0.54% | 0.68% | - |
| XYZ | 29.75 | 31.6 | 12.12 | - |
| YUV | 149.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 80 | 0 | 0.13 | 0.54 | 0.32 | 45.81 | 0.37 | 0.5 |
| Hex | AD | 97 | 50 | 0 | D | 36 | 20 | 2E | 25 | 32 |
| Octal | 255 | 227 | 120 | 0 | 15 | 66 | 40 | 56 | 45 | 62 |
| Binary | 10101101 | 10010111 | 1010000 | 0 | 1101 | 110110 | 100000 | 101110 | 100101 | 110010 |
Color Harmonies of #AD9750
Complementary color
Monochromatic Colors of #AD9750
Black with #AD9750
Text Example
Text Example
White with #AD9750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9750; }
p { color: rgb(173,151,80); }
H1.HeaderClassName
{
color: #AD9750;
}
.AnyTagClassName
{
color: #AD9750;
}
</style>
background-color css
<style>
a { background-color: #AD9750; }
a { background-color: rgb(173,151,80); }
div.DivClassName
{
background-color: #AD9750;
}
.BgClassName
{
background-color: #AD9750;
}
</style>
border-color css
<style>
span { border-color: #AD9750; }
span { border-color: rgb(173,151,80); }
td.TdClassName
{
border-color: #AD9750;
}
.TagClassName
{
border-color: #AD9750;
}
</style>