Shades of Eagle #ADAC94
Tints of Eagle #ADAC94
RGB
CMYK
RGB Variations
Color information
#ADAC94 (or 0xADAC94) is known color: Eagle. HEX triplet: AD, AC and 94. RGB value is (173,172,148). Sum of RGB (Red+Green+Blue) = 173+172+148=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC94 is #52536B. Grayscale: #A9A9A9. Windows color (decimal): -5395308 or 9743533. OLE color: 9743533.
HSL color Cylindrical-coordinate representation of color #ADAC94: hue angle of 57.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADAC94 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 148 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.32 |
| HSL | 57.6º | 0.13% | 0.63% | - |
| HSV(B) | 57.6º | 0.14% | 0.68% | - |
| XYZ | 37.33 | 40.53 | 33.87 | - |
| YUV | 169.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 148 | 0 | 0.01 | 0.14 | 0.32 | 57.6 | 0.13 | 0.63 |
| Hex | AD | AC | 94 | 0 | 1 | E | 20 | 3A | D | 3F |
| Octal | 255 | 254 | 224 | 0 | 1 | 16 | 40 | 72 | 15 | 77 |
| Binary | 10101101 | 10101100 | 10010100 | 0 | 1 | 1110 | 100000 | 111010 | 1101 | 111111 |
Color Harmonies of #ADAC94
Complementary color
Monochromatic Colors of #ADAC94
Black with #ADAC94
Text Example
Text Example
White with #ADAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC94; }
p { color: rgb(173,172,148); }
H1.HeaderClassName
{
color: #ADAC94;
}
.AnyTagClassName
{
color: #ADAC94;
}
</style>
background-color css
<style>
a { background-color: #ADAC94; }
a { background-color: rgb(173,172,148); }
div.DivClassName
{
background-color: #ADAC94;
}
.BgClassName
{
background-color: #ADAC94;
}
</style>
border-color css
<style>
span { border-color: #ADAC94; }
span { border-color: rgb(173,172,148); }
td.TdClassName
{
border-color: #ADAC94;
}
.TagClassName
{
border-color: #ADAC94;
}
</style>