Shades of Eagle #ADAD93
Tints of Eagle #ADAD93
RGB
CMYK
RGB Variations
Color information
#ADAD93 (or 0xADAD93) is known color: Eagle. HEX triplet: AD, AD and 93. RGB value is (173,173,147). Sum of RGB (Red+Green+Blue) = 173+173+147=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD93 is #52526C. Grayscale: #AAAAAA. Windows color (decimal): -5395053 or 9678253. OLE color: 9678253.
HSL color Cylindrical-coordinate representation of color #ADAD93: hue angle of 60º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADAD93 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 147 | - |
| CMYK | 0 | 0 | 0.15 | 0.32 |
| HSL | 60º | 0.14% | 0.63% | - |
| HSV(B) | 60º | 0.15% | 0.68% | - |
| XYZ | 37.44 | 40.88 | 33.52 | - |
| YUV | 170.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 147 | 0 | 0 | 0.15 | 0.32 | 60 | 0.14 | 0.63 |
| Hex | AD | AD | 93 | 0 | 0 | F | 20 | 3C | E | 3F |
| Octal | 255 | 255 | 223 | 0 | 0 | 17 | 40 | 74 | 16 | 77 |
| Binary | 10101101 | 10101101 | 10010011 | 0 | 0 | 1111 | 100000 | 111100 | 1110 | 111111 |
Color Harmonies of #ADAD93
Complementary color
Monochromatic Colors of #ADAD93
Black with #ADAD93
Text Example
Text Example
White with #ADAD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD93; }
p { color: rgb(173,173,147); }
H1.HeaderClassName
{
color: #ADAD93;
}
.AnyTagClassName
{
color: #ADAD93;
}
</style>
background-color css
<style>
a { background-color: #ADAD93; }
a { background-color: rgb(173,173,147); }
div.DivClassName
{
background-color: #ADAD93;
}
.BgClassName
{
background-color: #ADAD93;
}
</style>
border-color css
<style>
span { border-color: #ADAD93; }
span { border-color: rgb(173,173,147); }
td.TdClassName
{
border-color: #ADAD93;
}
.TagClassName
{
border-color: #ADAD93;
}
</style>