Shades of Eagle #ADAC92
Tints of Eagle #ADAC92
RGB
CMYK
RGB Variations
Color information
#ADAC92 (or 0xADAC92) is known color: Eagle. HEX triplet: AD, AC and 92. RGB value is (173,172,146). Sum of RGB (Red+Green+Blue) = 173+172+146=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC92 is #52536D. Grayscale: #A9A9A9. Windows color (decimal): -5395310 or 9612461. OLE color: 9612461.
HSL color Cylindrical-coordinate representation of color #ADAC92: hue angle of 57.78º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADAC92 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 146 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.32 |
| HSL | 57.78º | 0.14% | 0.63% | - |
| HSV(B) | 57.78º | 0.16% | 0.68% | - |
| XYZ | 37.17 | 40.46 | 33.05 | - |
| YUV | 169.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 146 | 0 | 0.01 | 0.16 | 0.32 | 57.78 | 0.14 | 0.63 |
| Hex | AD | AC | 92 | 0 | 1 | 10 | 20 | 3A | E | 3F |
| Octal | 255 | 254 | 222 | 0 | 1 | 20 | 40 | 72 | 16 | 77 |
| Binary | 10101101 | 10101100 | 10010010 | 0 | 1 | 10000 | 100000 | 111010 | 1110 | 111111 |
Color Harmonies of #ADAC92
Complementary color
Monochromatic Colors of #ADAC92
Black with #ADAC92
Text Example
Text Example
White with #ADAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC92; }
p { color: rgb(173,172,146); }
H1.HeaderClassName
{
color: #ADAC92;
}
.AnyTagClassName
{
color: #ADAC92;
}
</style>
background-color css
<style>
a { background-color: #ADAC92; }
a { background-color: rgb(173,172,146); }
div.DivClassName
{
background-color: #ADAC92;
}
.BgClassName
{
background-color: #ADAC92;
}
</style>
border-color css
<style>
span { border-color: #ADAC92; }
span { border-color: rgb(173,172,146); }
td.TdClassName
{
border-color: #ADAC92;
}
.TagClassName
{
border-color: #ADAC92;
}
</style>