Shades of Husk #AD974D
Tints of Husk #AD974D
RGB
CMYK
RGB Variations
Color information
#AD974D (or 0xAD974D) is known color: Husk. HEX triplet: AD, 97 and 4D. RGB value is (173,151,77). Sum of RGB (Red+Green+Blue) = 173+151+77=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD974D is #5268B2. Grayscale: #959595. Windows color (decimal): -5400755 or 5085101. OLE color: 5085101.
HSL color Cylindrical-coordinate representation of color #AD974D: hue angle of 46.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD974D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 77 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.32 |
| HSL | 46.25º | 0.38% | 0.49% | - |
| HSV(B) | 46.25º | 0.55% | 0.68% | - |
| XYZ | 29.64 | 31.55 | 11.55 | - |
| YUV | 149.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 77 | 0 | 0.13 | 0.55 | 0.32 | 46.25 | 0.38 | 0.49 |
| Hex | AD | 97 | 4D | 0 | D | 37 | 20 | 2E | 26 | 31 |
| Octal | 255 | 227 | 115 | 0 | 15 | 67 | 40 | 56 | 46 | 61 |
| Binary | 10101101 | 10010111 | 1001101 | 0 | 1101 | 110111 | 100000 | 101110 | 100110 | 110001 |
Color Harmonies of #AD974D
Complementary color
Monochromatic Colors of #AD974D
Black with #AD974D
Text Example
Text Example
White with #AD974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD974D; }
p { color: rgb(173,151,77); }
H1.HeaderClassName
{
color: #AD974D;
}
.AnyTagClassName
{
color: #AD974D;
}
</style>
background-color css
<style>
a { background-color: #AD974D; }
a { background-color: rgb(173,151,77); }
div.DivClassName
{
background-color: #AD974D;
}
.BgClassName
{
background-color: #AD974D;
}
</style>
border-color css
<style>
span { border-color: #AD974D; }
span { border-color: rgb(173,151,77); }
td.TdClassName
{
border-color: #AD974D;
}
.TagClassName
{
border-color: #AD974D;
}
</style>