Shades of Eagle #ADAA99
Tints of Eagle #ADAA99
RGB
CMYK
RGB Variations
Color information
#ADAA99 (or 0xADAA99) is known color: Eagle. HEX triplet: AD, AA and 99. RGB value is (173,170,153). Sum of RGB (Red+Green+Blue) = 173+170+153=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA99 is #525566. Grayscale: #A9A9A9. Windows color (decimal): -5395815 or 10070701. OLE color: 10070701.
HSL color Cylindrical-coordinate representation of color #ADAA99: hue angle of 51º 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 #ADAA99 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 153 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.32 |
| HSL | 51º | 0.11% | 0.64% | - |
| HSV(B) | 51º | 0.12% | 0.68% | - |
| XYZ | 37.36 | 39.93 | 35.88 | - |
| YUV | 168.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 153 | 0 | 0.02 | 0.12 | 0.32 | 51 | 0.11 | 0.64 |
| Hex | AD | AA | 99 | 0 | 2 | C | 20 | 33 | B | 40 |
| Octal | 255 | 252 | 231 | 0 | 2 | 14 | 40 | 63 | 13 | 100 |
| Binary | 10101101 | 10101010 | 10011001 | 0 | 10 | 1100 | 100000 | 110011 | 1011 | 1000000 |
Color Harmonies of #ADAA99
Complementary color
Monochromatic Colors of #ADAA99
Black with #ADAA99
Text Example
Text Example
White with #ADAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA99; }
p { color: rgb(173,170,153); }
H1.HeaderClassName
{
color: #ADAA99;
}
.AnyTagClassName
{
color: #ADAA99;
}
</style>
background-color css
<style>
a { background-color: #ADAA99; }
a { background-color: rgb(173,170,153); }
div.DivClassName
{
background-color: #ADAA99;
}
.BgClassName
{
background-color: #ADAA99;
}
</style>
border-color css
<style>
span { border-color: #ADAA99; }
span { border-color: rgb(173,170,153); }
td.TdClassName
{
border-color: #ADAA99;
}
.TagClassName
{
border-color: #ADAA99;
}
</style>