Shades of Eagle #ADA990
Tints of Eagle #ADA990
RGB
CMYK
RGB Variations
Color information
#ADA990 (or 0xADA990) is known color: Eagle. HEX triplet: AD, A9 and 90. RGB value is (173,169,144). Sum of RGB (Red+Green+Blue) = 173+169+144=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA990 is #52566F. Grayscale: #A7A7A7. Windows color (decimal): -5396080 or 9480621. OLE color: 9480621.
HSL color Cylindrical-coordinate representation of color #ADA990: hue angle of 51.72º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA990 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 144 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.32 |
| HSL | 51.72º | 0.15% | 0.62% | - |
| HSV(B) | 51.72º | 0.17% | 0.68% | - |
| XYZ | 36.46 | 39.27 | 32.04 | - |
| YUV | 167.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 144 | 0 | 0.02 | 0.17 | 0.32 | 51.72 | 0.15 | 0.62 |
| Hex | AD | A9 | 90 | 0 | 2 | 11 | 20 | 34 | F | 3E |
| Octal | 255 | 251 | 220 | 0 | 2 | 21 | 40 | 64 | 17 | 76 |
| Binary | 10101101 | 10101001 | 10010000 | 0 | 10 | 10001 | 100000 | 110100 | 1111 | 111110 |
Color Harmonies of #ADA990
Complementary color
Monochromatic Colors of #ADA990
Black with #ADA990
Text Example
Text Example
White with #ADA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA990; }
p { color: rgb(173,169,144); }
H1.HeaderClassName
{
color: #ADA990;
}
.AnyTagClassName
{
color: #ADA990;
}
</style>
background-color css
<style>
a { background-color: #ADA990; }
a { background-color: rgb(173,169,144); }
div.DivClassName
{
background-color: #ADA990;
}
.BgClassName
{
background-color: #ADA990;
}
</style>
border-color css
<style>
span { border-color: #ADA990; }
span { border-color: rgb(173,169,144); }
td.TdClassName
{
border-color: #ADA990;
}
.TagClassName
{
border-color: #ADA990;
}
</style>