Shades of Eagle #ADA88F
Tints of Eagle #ADA88F
RGB
CMYK
RGB Variations
Color information
#ADA88F (or 0xADA88F) is known color: Eagle. HEX triplet: AD, A8 and 8F. RGB value is (173,168,143). Sum of RGB (Red+Green+Blue) = 173+168+143=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA88F is #525770. Grayscale: #A6A6A6. Windows color (decimal): -5396337 or 9414829. OLE color: 9414829.
HSL color Cylindrical-coordinate representation of color #ADA88F: hue angle of 50º 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 #ADA88F is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 143 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.32 |
| HSL | 50º | 0.15% | 0.62% | - |
| HSV(B) | 50º | 0.17% | 0.68% | - |
| XYZ | 36.19 | 38.87 | 31.58 | - |
| YUV | 166.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 143 | 0 | 0.03 | 0.17 | 0.32 | 50 | 0.15 | 0.62 |
| Hex | AD | A8 | 8F | 0 | 3 | 11 | 20 | 32 | F | 3E |
| Octal | 255 | 250 | 217 | 0 | 3 | 21 | 40 | 62 | 17 | 76 |
| Binary | 10101101 | 10101000 | 10001111 | 0 | 11 | 10001 | 100000 | 110010 | 1111 | 111110 |
Color Harmonies of #ADA88F
Complementary color
Monochromatic Colors of #ADA88F
Black with #ADA88F
Text Example
Text Example
White with #ADA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA88F; }
p { color: rgb(173,168,143); }
H1.HeaderClassName
{
color: #ADA88F;
}
.AnyTagClassName
{
color: #ADA88F;
}
</style>
background-color css
<style>
a { background-color: #ADA88F; }
a { background-color: rgb(173,168,143); }
div.DivClassName
{
background-color: #ADA88F;
}
.BgClassName
{
background-color: #ADA88F;
}
</style>
border-color css
<style>
span { border-color: #ADA88F; }
span { border-color: rgb(173,168,143); }
td.TdClassName
{
border-color: #ADA88F;
}
.TagClassName
{
border-color: #ADA88F;
}
</style>