Shades of Eagle #ADAA8C
Tints of Eagle #ADAA8C
RGB
CMYK
RGB Variations
Color information
#ADAA8C (or 0xADAA8C) is known color: Eagle. HEX triplet: AD, AA and 8C. RGB value is (173,170,140). Sum of RGB (Red+Green+Blue) = 173+170+140=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA8C is #525573. Grayscale: #A7A7A7. Windows color (decimal): -5395828 or 9218733. OLE color: 9218733.
HSL color Cylindrical-coordinate representation of color #ADAA8C: hue angle of 54.55º 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 #ADAA8C is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 170 | 140 | - |
CMYK | 0 | 0.02 | 0.19 | 0.32 |
HSL | 54.55º | 0.17% | 0.61% | - |
HSV(B) | 54.55º | 0.19% | 0.68% | - |
XYZ | 36.34 | 39.53 | 30.53 | - |
YUV | 167.48 | 112.49 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 170 | 140 | 0 | 0.02 | 0.19 | 0.32 | 54.55 | 0.17 | 0.61 |
Hex | AD | AA | 8C | 0 | 2 | 13 | 20 | 37 | 11 | 3D |
Octal | 255 | 252 | 214 | 0 | 2 | 23 | 40 | 67 | 21 | 75 |
Binary | 10101101 | 10101010 | 10001100 | 0 | 10 | 10011 | 100000 | 110111 | 10001 | 111101 |
Color Harmonies of #ADAA8C
Complementary color
Monochromatic Colors of #ADAA8C
Black with #ADAA8C
Text Example
Text Example
White with #ADAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA8C; }
p { color: rgb(173,170,140); }
H1.HeaderClassName
{
color: #ADAA8C;
}
.AnyTagClassName
{
color: #ADAA8C;
}
</style>
background-color css
<style>
a { background-color: #ADAA8C; }
a { background-color: rgb(173,170,140); }
div.DivClassName
{
background-color: #ADAA8C;
}
.BgClassName
{
background-color: #ADAA8C;
}
</style>
border-color css
<style>
span { border-color: #ADAA8C; }
span { border-color: rgb(173,170,140); }
td.TdClassName
{
border-color: #ADAA8C;
}
.TagClassName
{
border-color: #ADAA8C;
}
</style>