Shades of Eagle #ADAA9A
Tints of Eagle #ADAA9A
RGB
CMYK
RGB Variations
Color information
#ADAA9A (or 0xADAA9A) is known color: Eagle. HEX triplet: AD, AA and 9A. RGB value is (173,170,154). Sum of RGB (Red+Green+Blue) = 173+170+154=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9A is #525565. Grayscale: #A9A9A9. Windows color (decimal): -5395814 or 10136237. OLE color: 10136237.
HSL color Cylindrical-coordinate representation of color #ADAA9A: hue angle of 50.53º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAA9A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 154 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.32 |
| HSL | 50.53º | 0.1% | 0.64% | - |
| HSV(B) | 50.53º | 0.11% | 0.68% | - |
| XYZ | 37.44 | 39.97 | 36.31 | - |
| YUV | 169.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 154 | 0 | 0.02 | 0.11 | 0.32 | 50.53 | 0.1 | 0.64 |
| Hex | AD | AA | 9A | 0 | 2 | B | 20 | 33 | A | 40 |
| Octal | 255 | 252 | 232 | 0 | 2 | 13 | 40 | 63 | 12 | 100 |
| Binary | 10101101 | 10101010 | 10011010 | 0 | 10 | 1011 | 100000 | 110011 | 1010 | 1000000 |
Color Harmonies of #ADAA9A
Complementary color
Monochromatic Colors of #ADAA9A
Black with #ADAA9A
Text Example
Text Example
White with #ADAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA9A; }
p { color: rgb(173,170,154); }
H1.HeaderClassName
{
color: #ADAA9A;
}
.AnyTagClassName
{
color: #ADAA9A;
}
</style>
background-color css
<style>
a { background-color: #ADAA9A; }
a { background-color: rgb(173,170,154); }
div.DivClassName
{
background-color: #ADAA9A;
}
.BgClassName
{
background-color: #ADAA9A;
}
</style>
border-color css
<style>
span { border-color: #ADAA9A; }
span { border-color: rgb(173,170,154); }
td.TdClassName
{
border-color: #ADAA9A;
}
.TagClassName
{
border-color: #ADAA9A;
}
</style>