Shades of Eagle #ADA78C
Tints of Eagle #ADA78C
RGB
CMYK
RGB Variations
Color information
#ADA78C (or 0xADA78C) is known color: Eagle. HEX triplet: AD, A7 and 8C. RGB value is (173,167,140). Sum of RGB (Red+Green+Blue) = 173+167+140=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA78C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA78C is #525873. Grayscale: #A5A5A5. Windows color (decimal): -5396596 or 9217965. OLE color: 9217965.
HSL color Cylindrical-coordinate representation of color #ADA78C: hue angle of 49.09º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA78C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 140 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.32 |
| HSL | 49.09º | 0.17% | 0.61% | - |
| HSV(B) | 49.09º | 0.19% | 0.68% | - |
| XYZ | 35.79 | 38.42 | 30.34 | - |
| YUV | 165.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 140 | 0 | 0.03 | 0.19 | 0.32 | 49.09 | 0.17 | 0.61 |
| Hex | AD | A7 | 8C | 0 | 3 | 13 | 20 | 31 | 11 | 3D |
| Octal | 255 | 247 | 214 | 0 | 3 | 23 | 40 | 61 | 21 | 75 |
| Binary | 10101101 | 10100111 | 10001100 | 0 | 11 | 10011 | 100000 | 110001 | 10001 | 111101 |
Color Harmonies of #ADA78C
Complementary color
Monochromatic Colors of #ADA78C
Black with #ADA78C
Text Example
Text Example
White with #ADA78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA78C; }
p { color: rgb(173,167,140); }
H1.HeaderClassName
{
color: #ADA78C;
}
.AnyTagClassName
{
color: #ADA78C;
}
</style>
background-color css
<style>
a { background-color: #ADA78C; }
a { background-color: rgb(173,167,140); }
div.DivClassName
{
background-color: #ADA78C;
}
.BgClassName
{
background-color: #ADA78C;
}
</style>
border-color css
<style>
span { border-color: #ADA78C; }
span { border-color: rgb(173,167,140); }
td.TdClassName
{
border-color: #ADA78C;
}
.TagClassName
{
border-color: #ADA78C;
}
</style>