Shades of Eagle #ADA98E
Tints of Eagle #ADA98E
RGB
CMYK
RGB Variations
Color information
#ADA98E (or 0xADA98E) is known color: Eagle. HEX triplet: AD, A9 and 8E. RGB value is (173,169,142). Sum of RGB (Red+Green+Blue) = 173+169+142=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA98E is #525671. Grayscale: #A7A7A7. Windows color (decimal): -5396082 or 9349549. OLE color: 9349549.
HSL color Cylindrical-coordinate representation of color #ADA98E: hue angle of 52.26º 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 #ADA98E is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 142 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.32 |
| HSL | 52.26º | 0.16% | 0.62% | - |
| HSV(B) | 52.26º | 0.18% | 0.68% | - |
| XYZ | 36.3 | 39.21 | 31.25 | - |
| YUV | 167.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 142 | 0 | 0.02 | 0.18 | 0.32 | 52.26 | 0.16 | 0.62 |
| Hex | AD | A9 | 8E | 0 | 2 | 12 | 20 | 34 | 10 | 3E |
| Octal | 255 | 251 | 216 | 0 | 2 | 22 | 40 | 64 | 20 | 76 |
| Binary | 10101101 | 10101001 | 10001110 | 0 | 10 | 10010 | 100000 | 110100 | 10000 | 111110 |
Color Harmonies of #ADA98E
Complementary color
Monochromatic Colors of #ADA98E
Black with #ADA98E
Text Example
Text Example
White with #ADA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA98E; }
p { color: rgb(173,169,142); }
H1.HeaderClassName
{
color: #ADA98E;
}
.AnyTagClassName
{
color: #ADA98E;
}
</style>
background-color css
<style>
a { background-color: #ADA98E; }
a { background-color: rgb(173,169,142); }
div.DivClassName
{
background-color: #ADA98E;
}
.BgClassName
{
background-color: #ADA98E;
}
</style>
border-color css
<style>
span { border-color: #ADA98E; }
span { border-color: rgb(173,169,142); }
td.TdClassName
{
border-color: #ADA98E;
}
.TagClassName
{
border-color: #ADA98E;
}
</style>