Shades of Eagle #ADAC8E
Tints of Eagle #ADAC8E
RGB
CMYK
RGB Variations
Color information
#ADAC8E (or 0xADAC8E) is known color: Eagle. HEX triplet: AD, AC and 8E. RGB value is (173,172,142). Sum of RGB (Red+Green+Blue) = 173+172+142=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC8E is #525371. Grayscale: #A9A9A9. Windows color (decimal): -5395314 or 9350317. OLE color: 9350317.
HSL color Cylindrical-coordinate representation of color #ADAC8E: hue angle of 58.06º 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 #ADAC8E is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 142 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.32 |
| HSL | 58.06º | 0.16% | 0.62% | - |
| HSV(B) | 58.06º | 0.18% | 0.68% | - |
| XYZ | 36.87 | 40.34 | 31.43 | - |
| YUV | 168.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 142 | 0 | 0.01 | 0.18 | 0.32 | 58.06 | 0.16 | 0.62 |
| Hex | AD | AC | 8E | 0 | 1 | 12 | 20 | 3A | 10 | 3E |
| Octal | 255 | 254 | 216 | 0 | 1 | 22 | 40 | 72 | 20 | 76 |
| Binary | 10101101 | 10101100 | 10001110 | 0 | 1 | 10010 | 100000 | 111010 | 10000 | 111110 |
Color Harmonies of #ADAC8E
Complementary color
Monochromatic Colors of #ADAC8E
Black with #ADAC8E
Text Example
Text Example
White with #ADAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC8E; }
p { color: rgb(173,172,142); }
H1.HeaderClassName
{
color: #ADAC8E;
}
.AnyTagClassName
{
color: #ADAC8E;
}
</style>
background-color css
<style>
a { background-color: #ADAC8E; }
a { background-color: rgb(173,172,142); }
div.DivClassName
{
background-color: #ADAC8E;
}
.BgClassName
{
background-color: #ADAC8E;
}
</style>
border-color css
<style>
span { border-color: #ADAC8E; }
span { border-color: rgb(173,172,142); }
td.TdClassName
{
border-color: #ADAC8E;
}
.TagClassName
{
border-color: #ADAC8E;
}
</style>