Shades of Eagle #ADA893
Tints of Eagle #ADA893
RGB
CMYK
RGB Variations
Color information
#ADA893 (or 0xADA893) is known color: Eagle. HEX triplet: AD, A8 and 93. RGB value is (173,168,147). Sum of RGB (Red+Green+Blue) = 173+168+147=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA893 is #52576C. Grayscale: #A7A7A7. Windows color (decimal): -5396333 or 9676973. OLE color: 9676973.
HSL color Cylindrical-coordinate representation of color #ADA893: hue angle of 48.46º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA893 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 147 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.32 |
| HSL | 48.46º | 0.14% | 0.63% | - |
| HSV(B) | 48.46º | 0.15% | 0.68% | - |
| XYZ | 36.5 | 39 | 33.21 | - |
| YUV | 167.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 147 | 0 | 0.03 | 0.15 | 0.32 | 48.46 | 0.14 | 0.63 |
| Hex | AD | A8 | 93 | 0 | 3 | F | 20 | 30 | E | 3F |
| Octal | 255 | 250 | 223 | 0 | 3 | 17 | 40 | 60 | 16 | 77 |
| Binary | 10101101 | 10101000 | 10010011 | 0 | 11 | 1111 | 100000 | 110000 | 1110 | 111111 |
Color Harmonies of #ADA893
Complementary color
Monochromatic Colors of #ADA893
Black with #ADA893
Text Example
Text Example
White with #ADA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA893; }
p { color: rgb(173,168,147); }
H1.HeaderClassName
{
color: #ADA893;
}
.AnyTagClassName
{
color: #ADA893;
}
</style>
background-color css
<style>
a { background-color: #ADA893; }
a { background-color: rgb(173,168,147); }
div.DivClassName
{
background-color: #ADA893;
}
.BgClassName
{
background-color: #ADA893;
}
</style>
border-color css
<style>
span { border-color: #ADA893; }
span { border-color: rgb(173,168,147); }
td.TdClassName
{
border-color: #ADA893;
}
.TagClassName
{
border-color: #ADA893;
}
</style>