Shades of Eagle #ADA995
Tints of Eagle #ADA995
RGB
CMYK
RGB Variations
Color information
#ADA995 (or 0xADA995) is known color: Eagle. HEX triplet: AD, A9 and 95. RGB value is (173,169,149). Sum of RGB (Red+Green+Blue) = 173+169+149=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA995 is #52566A. Grayscale: #A8A8A8. Windows color (decimal): -5396075 or 9808301. OLE color: 9808301.
HSL color Cylindrical-coordinate representation of color #ADA995: hue angle of 50º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA995 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 149 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.32 |
| HSL | 50º | 0.13% | 0.63% | - |
| HSV(B) | 50º | 0.14% | 0.68% | - |
| XYZ | 36.85 | 39.43 | 34.1 | - |
| YUV | 167.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 149 | 0 | 0.02 | 0.14 | 0.32 | 50 | 0.13 | 0.63 |
| Hex | AD | A9 | 95 | 0 | 2 | E | 20 | 32 | D | 3F |
| Octal | 255 | 251 | 225 | 0 | 2 | 16 | 40 | 62 | 15 | 77 |
| Binary | 10101101 | 10101001 | 10010101 | 0 | 10 | 1110 | 100000 | 110010 | 1101 | 111111 |
Color Harmonies of #ADA995
Complementary color
Monochromatic Colors of #ADA995
Black with #ADA995
Text Example
Text Example
White with #ADA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA995; }
p { color: rgb(173,169,149); }
H1.HeaderClassName
{
color: #ADA995;
}
.AnyTagClassName
{
color: #ADA995;
}
</style>
background-color css
<style>
a { background-color: #ADA995; }
a { background-color: rgb(173,169,149); }
div.DivClassName
{
background-color: #ADA995;
}
.BgClassName
{
background-color: #ADA995;
}
</style>
border-color css
<style>
span { border-color: #ADA995; }
span { border-color: rgb(173,169,149); }
td.TdClassName
{
border-color: #ADA995;
}
.TagClassName
{
border-color: #ADA995;
}
</style>