Shades of Husk #AD9250
Tints of Husk #AD9250
RGB
CMYK
RGB Variations
Color information
#AD9250 (or 0xAD9250) is known color: Husk. HEX triplet: AD, 92 and 50. RGB value is (173,146,80). Sum of RGB (Red+Green+Blue) = 173+146+80=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9250 is #526DAF. Grayscale: #929292. Windows color (decimal): -5402032 or 5280429. OLE color: 5280429.
HSL color Cylindrical-coordinate representation of color #AD9250: hue angle of 42.58º 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 #AD9250 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 80 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.32 |
| HSL | 42.58º | 0.37% | 0.5% | - |
| HSV(B) | 42.58º | 0.54% | 0.68% | - |
| XYZ | 28.96 | 30.02 | 11.86 | - |
| YUV | 146.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 80 | 0 | 0.16 | 0.54 | 0.32 | 42.58 | 0.37 | 0.5 |
| Hex | AD | 92 | 50 | 0 | 10 | 36 | 20 | 2B | 25 | 32 |
| Octal | 255 | 222 | 120 | 0 | 20 | 66 | 40 | 53 | 45 | 62 |
| Binary | 10101101 | 10010010 | 1010000 | 0 | 10000 | 110110 | 100000 | 101011 | 100101 | 110010 |
Color Harmonies of #AD9250
Complementary color
Monochromatic Colors of #AD9250
Black with #AD9250
Text Example
Text Example
White with #AD9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9250; }
p { color: rgb(173,146,80); }
H1.HeaderClassName
{
color: #AD9250;
}
.AnyTagClassName
{
color: #AD9250;
}
</style>
background-color css
<style>
a { background-color: #AD9250; }
a { background-color: rgb(173,146,80); }
div.DivClassName
{
background-color: #AD9250;
}
.BgClassName
{
background-color: #AD9250;
}
</style>
border-color css
<style>
span { border-color: #AD9250; }
span { border-color: rgb(173,146,80); }
td.TdClassName
{
border-color: #AD9250;
}
.TagClassName
{
border-color: #AD9250;
}
</style>