Shades of Eagle #ADA88E
Tints of Eagle #ADA88E
RGB
CMYK
RGB Variations
Color information
#ADA88E (or 0xADA88E) is known color: Eagle. HEX triplet: AD, A8 and 8E. RGB value is (173,168,142). Sum of RGB (Red+Green+Blue) = 173+168+142=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA88E is #525771. Grayscale: #A6A6A6. Windows color (decimal): -5396338 or 9349293. OLE color: 9349293.
HSL color Cylindrical-coordinate representation of color #ADA88E: hue angle of 50.32º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA88E is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 142 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.32 |
| HSL | 50.32º | 0.16% | 0.62% | - |
| HSV(B) | 50.32º | 0.18% | 0.68% | - |
| XYZ | 36.12 | 38.84 | 31.18 | - |
| YUV | 166.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 142 | 0 | 0.03 | 0.18 | 0.32 | 50.32 | 0.16 | 0.62 |
| Hex | AD | A8 | 8E | 0 | 3 | 12 | 20 | 32 | 10 | 3E |
| Octal | 255 | 250 | 216 | 0 | 3 | 22 | 40 | 62 | 20 | 76 |
| Binary | 10101101 | 10101000 | 10001110 | 0 | 11 | 10010 | 100000 | 110010 | 10000 | 111110 |
Color Harmonies of #ADA88E
Complementary color
Monochromatic Colors of #ADA88E
Black with #ADA88E
Text Example
Text Example
White with #ADA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA88E; }
p { color: rgb(173,168,142); }
H1.HeaderClassName
{
color: #ADA88E;
}
.AnyTagClassName
{
color: #ADA88E;
}
</style>
background-color css
<style>
a { background-color: #ADA88E; }
a { background-color: rgb(173,168,142); }
div.DivClassName
{
background-color: #ADA88E;
}
.BgClassName
{
background-color: #ADA88E;
}
</style>
border-color css
<style>
span { border-color: #ADA88E; }
span { border-color: rgb(173,168,142); }
td.TdClassName
{
border-color: #ADA88E;
}
.TagClassName
{
border-color: #ADA88E;
}
</style>