Shades of Eagle #ADA78F
Tints of Eagle #ADA78F
RGB
CMYK
RGB Variations
Color information
#ADA78F (or 0xADA78F) is known color: Eagle. HEX triplet: AD, A7 and 8F. RGB value is (173,167,143). Sum of RGB (Red+Green+Blue) = 173+167+143=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA78F is #525870. Grayscale: #A6A6A6. Windows color (decimal): -5396593 or 9414573. OLE color: 9414573.
HSL color Cylindrical-coordinate representation of color #ADA78F: hue angle of 48º 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 #ADA78F is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 143 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.32 |
| HSL | 48º | 0.15% | 0.62% | - |
| HSV(B) | 48º | 0.17% | 0.68% | - |
| XYZ | 36.01 | 38.5 | 31.52 | - |
| YUV | 166.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 143 | 0 | 0.03 | 0.17 | 0.32 | 48 | 0.15 | 0.62 |
| Hex | AD | A7 | 8F | 0 | 3 | 11 | 20 | 30 | F | 3E |
| Octal | 255 | 247 | 217 | 0 | 3 | 21 | 40 | 60 | 17 | 76 |
| Binary | 10101101 | 10100111 | 10001111 | 0 | 11 | 10001 | 100000 | 110000 | 1111 | 111110 |
Color Harmonies of #ADA78F
Complementary color
Monochromatic Colors of #ADA78F
Black with #ADA78F
Text Example
Text Example
White with #ADA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA78F; }
p { color: rgb(173,167,143); }
H1.HeaderClassName
{
color: #ADA78F;
}
.AnyTagClassName
{
color: #ADA78F;
}
</style>
background-color css
<style>
a { background-color: #ADA78F; }
a { background-color: rgb(173,167,143); }
div.DivClassName
{
background-color: #ADA78F;
}
.BgClassName
{
background-color: #ADA78F;
}
</style>
border-color css
<style>
span { border-color: #ADA78F; }
span { border-color: rgb(173,167,143); }
td.TdClassName
{
border-color: #ADA78F;
}
.TagClassName
{
border-color: #ADA78F;
}
</style>