Shades of Eagle #ADA892
Tints of Eagle #ADA892
RGB
CMYK
RGB Variations
Color information
#ADA892 (or 0xADA892) is known color: Eagle. HEX triplet: AD, A8 and 92. RGB value is (173,168,146). Sum of RGB (Red+Green+Blue) = 173+168+146=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA892 is #52576D. Grayscale: #A7A7A7. Windows color (decimal): -5396334 or 9611437. OLE color: 9611437.
HSL color Cylindrical-coordinate representation of color #ADA892: hue angle of 48.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA892 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 146 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.32 |
| HSL | 48.89º | 0.14% | 0.63% | - |
| HSV(B) | 48.89º | 0.16% | 0.68% | - |
| XYZ | 36.42 | 38.96 | 32.8 | - |
| YUV | 166.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 146 | 0 | 0.03 | 0.16 | 0.32 | 48.89 | 0.14 | 0.63 |
| Hex | AD | A8 | 92 | 0 | 3 | 10 | 20 | 31 | E | 3F |
| Octal | 255 | 250 | 222 | 0 | 3 | 20 | 40 | 61 | 16 | 77 |
| Binary | 10101101 | 10101000 | 10010010 | 0 | 11 | 10000 | 100000 | 110001 | 1110 | 111111 |
Color Harmonies of #ADA892
Complementary color
Monochromatic Colors of #ADA892
Black with #ADA892
Text Example
Text Example
White with #ADA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA892; }
p { color: rgb(173,168,146); }
H1.HeaderClassName
{
color: #ADA892;
}
.AnyTagClassName
{
color: #ADA892;
}
</style>
background-color css
<style>
a { background-color: #ADA892; }
a { background-color: rgb(173,168,146); }
div.DivClassName
{
background-color: #ADA892;
}
.BgClassName
{
background-color: #ADA892;
}
</style>
border-color css
<style>
span { border-color: #ADA892; }
span { border-color: rgb(173,168,146); }
td.TdClassName
{
border-color: #ADA892;
}
.TagClassName
{
border-color: #ADA892;
}
</style>