Shades of Eagle #ADAC8C
Tints of Eagle #ADAC8C
RGB
CMYK
RGB Variations
Color information
#ADAC8C (or 0xADAC8C) is known color: Eagle. HEX triplet: AD, AC and 8C. RGB value is (173,172,140). Sum of RGB (Red+Green+Blue) = 173+172+140=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC8C is #525373. Grayscale: #A8A8A8. Windows color (decimal): -5395316 or 9219245. OLE color: 9219245.
HSL color Cylindrical-coordinate representation of color #ADAC8C: hue angle of 58.18º 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 #ADAC8C is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 140 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.32 |
| HSL | 58.18º | 0.17% | 0.61% | - |
| HSV(B) | 58.18º | 0.19% | 0.68% | - |
| XYZ | 36.72 | 40.28 | 30.65 | - |
| YUV | 168.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 140 | 0 | 0.01 | 0.19 | 0.32 | 58.18 | 0.17 | 0.61 |
| Hex | AD | AC | 8C | 0 | 1 | 13 | 20 | 3A | 11 | 3D |
| Octal | 255 | 254 | 214 | 0 | 1 | 23 | 40 | 72 | 21 | 75 |
| Binary | 10101101 | 10101100 | 10001100 | 0 | 1 | 10011 | 100000 | 111010 | 10001 | 111101 |
Color Harmonies of #ADAC8C
Complementary color
Monochromatic Colors of #ADAC8C
Black with #ADAC8C
Text Example
Text Example
White with #ADAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC8C; }
p { color: rgb(173,172,140); }
H1.HeaderClassName
{
color: #ADAC8C;
}
.AnyTagClassName
{
color: #ADAC8C;
}
</style>
background-color css
<style>
a { background-color: #ADAC8C; }
a { background-color: rgb(173,172,140); }
div.DivClassName
{
background-color: #ADAC8C;
}
.BgClassName
{
background-color: #ADAC8C;
}
</style>
border-color css
<style>
span { border-color: #ADAC8C; }
span { border-color: rgb(173,172,140); }
td.TdClassName
{
border-color: #ADAC8C;
}
.TagClassName
{
border-color: #ADAC8C;
}
</style>