Shades of Eagle #ADA78D
Tints of Eagle #ADA78D
RGB
CMYK
RGB Variations
Color information
#ADA78D (or 0xADA78D) is known color: Eagle. HEX triplet: AD, A7 and 8D. RGB value is (173,167,141). Sum of RGB (Red+Green+Blue) = 173+167+141=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA78D is #525872. Grayscale: #A5A5A5. Windows color (decimal): -5396595 or 9283501. OLE color: 9283501.
HSL color Cylindrical-coordinate representation of color #ADA78D: hue angle of 48.75º 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 #ADA78D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 141 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.32 |
| HSL | 48.75º | 0.16% | 0.62% | - |
| HSV(B) | 48.75º | 0.18% | 0.68% | - |
| XYZ | 35.86 | 38.44 | 30.73 | - |
| YUV | 165.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 141 | 0 | 0.03 | 0.18 | 0.32 | 48.75 | 0.16 | 0.62 |
| Hex | AD | A7 | 8D | 0 | 3 | 12 | 20 | 31 | 10 | 3E |
| Octal | 255 | 247 | 215 | 0 | 3 | 22 | 40 | 61 | 20 | 76 |
| Binary | 10101101 | 10100111 | 10001101 | 0 | 11 | 10010 | 100000 | 110001 | 10000 | 111110 |
Color Harmonies of #ADA78D
Complementary color
Monochromatic Colors of #ADA78D
Black with #ADA78D
Text Example
Text Example
White with #ADA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA78D; }
p { color: rgb(173,167,141); }
H1.HeaderClassName
{
color: #ADA78D;
}
.AnyTagClassName
{
color: #ADA78D;
}
</style>
background-color css
<style>
a { background-color: #ADA78D; }
a { background-color: rgb(173,167,141); }
div.DivClassName
{
background-color: #ADA78D;
}
.BgClassName
{
background-color: #ADA78D;
}
</style>
border-color css
<style>
span { border-color: #ADA78D; }
span { border-color: rgb(173,167,141); }
td.TdClassName
{
border-color: #ADA78D;
}
.TagClassName
{
border-color: #ADA78D;
}
</style>