Shades of Eagle #ADAC98
Tints of Eagle #ADAC98
RGB
CMYK
RGB Variations
Color information
#ADAC98 (or 0xADAC98) is known color: Eagle. HEX triplet: AD, AC and 98. RGB value is (173,172,152). Sum of RGB (Red+Green+Blue) = 173+172+152=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC98 is #525367. Grayscale: #AAAAAA. Windows color (decimal): -5395304 or 10005677. OLE color: 10005677.
HSL color Cylindrical-coordinate representation of color #ADAC98: hue angle of 57.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADAC98 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 152 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.32 |
| HSL | 57.14º | 0.11% | 0.64% | - |
| HSV(B) | 57.14º | 0.12% | 0.68% | - |
| XYZ | 37.65 | 40.66 | 35.57 | - |
| YUV | 170.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 152 | 0 | 0.01 | 0.12 | 0.32 | 57.14 | 0.11 | 0.64 |
| Hex | AD | AC | 98 | 0 | 1 | C | 20 | 39 | B | 40 |
| Octal | 255 | 254 | 230 | 0 | 1 | 14 | 40 | 71 | 13 | 100 |
| Binary | 10101101 | 10101100 | 10011000 | 0 | 1 | 1100 | 100000 | 111001 | 1011 | 1000000 |
Color Harmonies of #ADAC98
Complementary color
Monochromatic Colors of #ADAC98
Black with #ADAC98
Text Example
Text Example
White with #ADAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC98; }
p { color: rgb(173,172,152); }
H1.HeaderClassName
{
color: #ADAC98;
}
.AnyTagClassName
{
color: #ADAC98;
}
</style>
background-color css
<style>
a { background-color: #ADAC98; }
a { background-color: rgb(173,172,152); }
div.DivClassName
{
background-color: #ADAC98;
}
.BgClassName
{
background-color: #ADAC98;
}
</style>
border-color css
<style>
span { border-color: #ADAC98; }
span { border-color: rgb(173,172,152); }
td.TdClassName
{
border-color: #ADAC98;
}
.TagClassName
{
border-color: #ADAC98;
}
</style>