Shades of Husk #AD9551
Tints of Husk #AD9551
RGB
CMYK
RGB Variations
Color information
#AD9551 (or 0xAD9551) is known color: Husk. HEX triplet: AD, 95 and 51. RGB value is (173,149,81). Sum of RGB (Red+Green+Blue) = 173+149+81=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9551 is #526AAE. Grayscale: #949494. Windows color (decimal): -5401263 or 5346733. OLE color: 5346733.
HSL color Cylindrical-coordinate representation of color #AD9551: hue angle of 44.35º 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 #AD9551 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 81 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.32 |
| HSL | 44.35º | 0.36% | 0.5% | - |
| HSV(B) | 44.35º | 0.53% | 0.68% | - |
| XYZ | 29.47 | 30.97 | 12.21 | - |
| YUV | 148.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 81 | 0 | 0.14 | 0.53 | 0.32 | 44.35 | 0.36 | 0.5 |
| Hex | AD | 95 | 51 | 0 | E | 35 | 20 | 2C | 24 | 32 |
| Octal | 255 | 225 | 121 | 0 | 16 | 65 | 40 | 54 | 44 | 62 |
| Binary | 10101101 | 10010101 | 1010001 | 0 | 1110 | 110101 | 100000 | 101100 | 100100 | 110010 |
Color Harmonies of #AD9551
Complementary color
Monochromatic Colors of #AD9551
Black with #AD9551
Text Example
Text Example
White with #AD9551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9551; }
p { color: rgb(173,149,81); }
H1.HeaderClassName
{
color: #AD9551;
}
.AnyTagClassName
{
color: #AD9551;
}
</style>
background-color css
<style>
a { background-color: #AD9551; }
a { background-color: rgb(173,149,81); }
div.DivClassName
{
background-color: #AD9551;
}
.BgClassName
{
background-color: #AD9551;
}
</style>
border-color css
<style>
span { border-color: #AD9551; }
span { border-color: rgb(173,149,81); }
td.TdClassName
{
border-color: #AD9551;
}
.TagClassName
{
border-color: #AD9551;
}
</style>