Shades of Eagle #ADA68F
Tints of Eagle #ADA68F
RGB
CMYK
RGB Variations
Color information
#ADA68F (or 0xADA68F) is known color: Eagle. HEX triplet: AD, A6 and 8F. RGB value is (173,166,143). Sum of RGB (Red+Green+Blue) = 173+166+143=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA68F is #525970. Grayscale: #A5A5A5. Windows color (decimal): -5396849 or 9414317. OLE color: 9414317.
HSL color Cylindrical-coordinate representation of color #ADA68F: hue angle of 46º 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 #ADA68F is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 143 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.32 |
| HSL | 46º | 0.15% | 0.62% | - |
| HSV(B) | 46º | 0.17% | 0.68% | - |
| XYZ | 35.83 | 38.14 | 31.46 | - |
| YUV | 165.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 143 | 0 | 0.04 | 0.17 | 0.32 | 46 | 0.15 | 0.62 |
| Hex | AD | A6 | 8F | 0 | 4 | 11 | 20 | 2E | F | 3E |
| Octal | 255 | 246 | 217 | 0 | 4 | 21 | 40 | 56 | 17 | 76 |
| Binary | 10101101 | 10100110 | 10001111 | 0 | 100 | 10001 | 100000 | 101110 | 1111 | 111110 |
Color Harmonies of #ADA68F
Complementary color
Monochromatic Colors of #ADA68F
Black with #ADA68F
Text Example
Text Example
White with #ADA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA68F; }
p { color: rgb(173,166,143); }
H1.HeaderClassName
{
color: #ADA68F;
}
.AnyTagClassName
{
color: #ADA68F;
}
</style>
background-color css
<style>
a { background-color: #ADA68F; }
a { background-color: rgb(173,166,143); }
div.DivClassName
{
background-color: #ADA68F;
}
.BgClassName
{
background-color: #ADA68F;
}
</style>
border-color css
<style>
span { border-color: #ADA68F; }
span { border-color: rgb(173,166,143); }
td.TdClassName
{
border-color: #ADA68F;
}
.TagClassName
{
border-color: #ADA68F;
}
</style>