Shades of Husk #AD954B
Tints of Husk #AD954B
RGB
CMYK
RGB Variations
Color information
#AD954B (or 0xAD954B) is known color: Husk. HEX triplet: AD, 95 and 4B. RGB value is (173,149,75). Sum of RGB (Red+Green+Blue) = 173+149+75=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD954B is #526AB4. Grayscale: #949494. Windows color (decimal): -5401269 or 4953517. OLE color: 4953517.
HSL color Cylindrical-coordinate representation of color #AD954B: hue angle of 45.31º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD954B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 75 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.32 |
| HSL | 45.31º | 0.4% | 0.49% | - |
| HSV(B) | 45.31º | 0.57% | 0.68% | - |
| XYZ | 29.25 | 30.89 | 11.08 | - |
| YUV | 147.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 75 | 0 | 0.14 | 0.57 | 0.32 | 45.31 | 0.4 | 0.49 |
| Hex | AD | 95 | 4B | 0 | E | 39 | 20 | 2D | 28 | 31 |
| Octal | 255 | 225 | 113 | 0 | 16 | 71 | 40 | 55 | 50 | 61 |
| Binary | 10101101 | 10010101 | 1001011 | 0 | 1110 | 111001 | 100000 | 101101 | 101000 | 110001 |
Color Harmonies of #AD954B
Complementary color
Monochromatic Colors of #AD954B
Black with #AD954B
Text Example
Text Example
White with #AD954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD954B; }
p { color: rgb(173,149,75); }
H1.HeaderClassName
{
color: #AD954B;
}
.AnyTagClassName
{
color: #AD954B;
}
</style>
background-color css
<style>
a { background-color: #AD954B; }
a { background-color: rgb(173,149,75); }
div.DivClassName
{
background-color: #AD954B;
}
.BgClassName
{
background-color: #AD954B;
}
</style>
border-color css
<style>
span { border-color: #AD954B; }
span { border-color: rgb(173,149,75); }
td.TdClassName
{
border-color: #AD954B;
}
.TagClassName
{
border-color: #AD954B;
}
</style>