Shades of Eagle #ADA999
Tints of Eagle #ADA999
RGB
CMYK
RGB Variations
Color information
#ADA999 (or 0xADA999) is known color: Eagle. HEX triplet: AD, A9 and 99. RGB value is (173,169,153). Sum of RGB (Red+Green+Blue) = 173+169+153=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA999 is #525666. Grayscale: #A8A8A8. Windows color (decimal): -5396071 or 10070445. OLE color: 10070445.
HSL color Cylindrical-coordinate representation of color #ADA999: hue angle of 48º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA999 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 153 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.32 |
| HSL | 48º | 0.11% | 0.64% | - |
| HSV(B) | 48º | 0.12% | 0.68% | - |
| XYZ | 37.17 | 39.56 | 35.81 | - |
| YUV | 168.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 153 | 0 | 0.02 | 0.12 | 0.32 | 48 | 0.11 | 0.64 |
| Hex | AD | A9 | 99 | 0 | 2 | C | 20 | 30 | B | 40 |
| Octal | 255 | 251 | 231 | 0 | 2 | 14 | 40 | 60 | 13 | 100 |
| Binary | 10101101 | 10101001 | 10011001 | 0 | 10 | 1100 | 100000 | 110000 | 1011 | 1000000 |
Color Harmonies of #ADA999
Complementary color
Monochromatic Colors of #ADA999
Black with #ADA999
Text Example
Text Example
White with #ADA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA999; }
p { color: rgb(173,169,153); }
H1.HeaderClassName
{
color: #ADA999;
}
.AnyTagClassName
{
color: #ADA999;
}
</style>
background-color css
<style>
a { background-color: #ADA999; }
a { background-color: rgb(173,169,153); }
div.DivClassName
{
background-color: #ADA999;
}
.BgClassName
{
background-color: #ADA999;
}
</style>
border-color css
<style>
span { border-color: #ADA999; }
span { border-color: rgb(173,169,153); }
td.TdClassName
{
border-color: #ADA999;
}
.TagClassName
{
border-color: #ADA999;
}
</style>