Shades of Eagle #ADA992
Tints of Eagle #ADA992
RGB
CMYK
RGB Variations
Color information
#ADA992 (or 0xADA992) is known color: Eagle. HEX triplet: AD, A9 and 92. RGB value is (173,169,146). Sum of RGB (Red+Green+Blue) = 173+169+146=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA992 is #52566D. Grayscale: #A7A7A7. Windows color (decimal): -5396078 or 9611693. OLE color: 9611693.
HSL color Cylindrical-coordinate representation of color #ADA992: hue angle of 51.11º 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 #ADA992 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 146 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.32 |
| HSL | 51.11º | 0.14% | 0.63% | - |
| HSV(B) | 51.11º | 0.16% | 0.68% | - |
| XYZ | 36.61 | 39.34 | 32.86 | - |
| YUV | 167.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 146 | 0 | 0.02 | 0.16 | 0.32 | 51.11 | 0.14 | 0.63 |
| Hex | AD | A9 | 92 | 0 | 2 | 10 | 20 | 33 | E | 3F |
| Octal | 255 | 251 | 222 | 0 | 2 | 20 | 40 | 63 | 16 | 77 |
| Binary | 10101101 | 10101001 | 10010010 | 0 | 10 | 10000 | 100000 | 110011 | 1110 | 111111 |
Color Harmonies of #ADA992
Complementary color
Monochromatic Colors of #ADA992
Black with #ADA992
Text Example
Text Example
White with #ADA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA992; }
p { color: rgb(173,169,146); }
H1.HeaderClassName
{
color: #ADA992;
}
.AnyTagClassName
{
color: #ADA992;
}
</style>
background-color css
<style>
a { background-color: #ADA992; }
a { background-color: rgb(173,169,146); }
div.DivClassName
{
background-color: #ADA992;
}
.BgClassName
{
background-color: #ADA992;
}
</style>
border-color css
<style>
span { border-color: #ADA992; }
span { border-color: rgb(173,169,146); }
td.TdClassName
{
border-color: #ADA992;
}
.TagClassName
{
border-color: #ADA992;
}
</style>