Shades of Eagle #ADA894
Tints of Eagle #ADA894
RGB
CMYK
RGB Variations
Color information
#ADA894 (or 0xADA894) is known color: Eagle. HEX triplet: AD, A8 and 94. RGB value is (173,168,148). Sum of RGB (Red+Green+Blue) = 173+168+148=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA894 is #52576B. Grayscale: #A7A7A7. Windows color (decimal): -5396332 or 9742509. OLE color: 9742509.
HSL color Cylindrical-coordinate representation of color #ADA894: hue angle of 48º 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 #ADA894 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 148 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.32 |
| HSL | 48º | 0.13% | 0.63% | - |
| HSV(B) | 48º | 0.14% | 0.68% | - |
| XYZ | 36.58 | 39.03 | 33.62 | - |
| YUV | 167.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 148 | 0 | 0.03 | 0.14 | 0.32 | 48 | 0.13 | 0.63 |
| Hex | AD | A8 | 94 | 0 | 3 | E | 20 | 30 | D | 3F |
| Octal | 255 | 250 | 224 | 0 | 3 | 16 | 40 | 60 | 15 | 77 |
| Binary | 10101101 | 10101000 | 10010100 | 0 | 11 | 1110 | 100000 | 110000 | 1101 | 111111 |
Color Harmonies of #ADA894
Complementary color
Monochromatic Colors of #ADA894
Black with #ADA894
Text Example
Text Example
White with #ADA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA894; }
p { color: rgb(173,168,148); }
H1.HeaderClassName
{
color: #ADA894;
}
.AnyTagClassName
{
color: #ADA894;
}
</style>
background-color css
<style>
a { background-color: #ADA894; }
a { background-color: rgb(173,168,148); }
div.DivClassName
{
background-color: #ADA894;
}
.BgClassName
{
background-color: #ADA894;
}
</style>
border-color css
<style>
span { border-color: #ADA894; }
span { border-color: rgb(173,168,148); }
td.TdClassName
{
border-color: #ADA894;
}
.TagClassName
{
border-color: #ADA894;
}
</style>