Shades of Eagle #ADA78E
Tints of Eagle #ADA78E
RGB
CMYK
RGB Variations
Color information
#ADA78E (or 0xADA78E) is known color: Eagle. HEX triplet: AD, A7 and 8E. RGB value is (173,167,142). Sum of RGB (Red+Green+Blue) = 173+167+142=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA78E is #525871. Grayscale: #A6A6A6. Windows color (decimal): -5396594 or 9349037. OLE color: 9349037.
HSL color Cylindrical-coordinate representation of color #ADA78E: hue angle of 48.39º 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 #ADA78E is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 142 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.32 |
| HSL | 48.39º | 0.16% | 0.62% | - |
| HSV(B) | 48.39º | 0.18% | 0.68% | - |
| XYZ | 35.93 | 38.47 | 31.12 | - |
| YUV | 165.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 142 | 0 | 0.03 | 0.18 | 0.32 | 48.39 | 0.16 | 0.62 |
| Hex | AD | A7 | 8E | 0 | 3 | 12 | 20 | 30 | 10 | 3E |
| Octal | 255 | 247 | 216 | 0 | 3 | 22 | 40 | 60 | 20 | 76 |
| Binary | 10101101 | 10100111 | 10001110 | 0 | 11 | 10010 | 100000 | 110000 | 10000 | 111110 |
Color Harmonies of #ADA78E
Complementary color
Monochromatic Colors of #ADA78E
Black with #ADA78E
Text Example
Text Example
White with #ADA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA78E; }
p { color: rgb(173,167,142); }
H1.HeaderClassName
{
color: #ADA78E;
}
.AnyTagClassName
{
color: #ADA78E;
}
</style>
background-color css
<style>
a { background-color: #ADA78E; }
a { background-color: rgb(173,167,142); }
div.DivClassName
{
background-color: #ADA78E;
}
.BgClassName
{
background-color: #ADA78E;
}
</style>
border-color css
<style>
span { border-color: #ADA78E; }
span { border-color: rgb(173,167,142); }
td.TdClassName
{
border-color: #ADA78E;
}
.TagClassName
{
border-color: #ADA78E;
}
</style>