Shades of Husk #AD974E
Tints of Husk #AD974E
RGB
CMYK
RGB Variations
Color information
#AD974E (or 0xAD974E) is known color: Husk. HEX triplet: AD, 97 and 4E. RGB value is (173,151,78). Sum of RGB (Red+Green+Blue) = 173+151+78=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD974E is #5268B1. Grayscale: #959595. Windows color (decimal): -5400754 or 5150637. OLE color: 5150637.
HSL color Cylindrical-coordinate representation of color #AD974E: hue angle of 46.11º 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 #AD974E is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 78 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.32 |
| HSL | 46.11º | 0.38% | 0.49% | - |
| HSV(B) | 46.11º | 0.55% | 0.68% | - |
| XYZ | 29.68 | 31.57 | 11.74 | - |
| YUV | 149.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 78 | 0 | 0.13 | 0.55 | 0.32 | 46.11 | 0.38 | 0.49 |
| Hex | AD | 97 | 4E | 0 | D | 37 | 20 | 2E | 26 | 31 |
| Octal | 255 | 227 | 116 | 0 | 15 | 67 | 40 | 56 | 46 | 61 |
| Binary | 10101101 | 10010111 | 1001110 | 0 | 1101 | 110111 | 100000 | 101110 | 100110 | 110001 |
Color Harmonies of #AD974E
Complementary color
Monochromatic Colors of #AD974E
Black with #AD974E
Text Example
Text Example
White with #AD974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD974E; }
p { color: rgb(173,151,78); }
H1.HeaderClassName
{
color: #AD974E;
}
.AnyTagClassName
{
color: #AD974E;
}
</style>
background-color css
<style>
a { background-color: #AD974E; }
a { background-color: rgb(173,151,78); }
div.DivClassName
{
background-color: #AD974E;
}
.BgClassName
{
background-color: #AD974E;
}
</style>
border-color css
<style>
span { border-color: #AD974E; }
span { border-color: rgb(173,151,78); }
td.TdClassName
{
border-color: #AD974E;
}
.TagClassName
{
border-color: #AD974E;
}
</style>