Shades of Eagle #ADA98C
Tints of Eagle #ADA98C
RGB
CMYK
RGB Variations
Color information
#ADA98C (or 0xADA98C) is known color: Eagle. HEX triplet: AD, A9 and 8C. RGB value is (173,169,140). Sum of RGB (Red+Green+Blue) = 173+169+140=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA98C is #525673. Grayscale: #A7A7A7. Windows color (decimal): -5396084 or 9218477. OLE color: 9218477.
HSL color Cylindrical-coordinate representation of color #ADA98C: hue angle of 52.73º 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 #ADA98C is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 140 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.32 |
| HSL | 52.73º | 0.17% | 0.61% | - |
| HSV(B) | 52.73º | 0.19% | 0.68% | - |
| XYZ | 36.16 | 39.15 | 30.46 | - |
| YUV | 166.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 140 | 0 | 0.02 | 0.19 | 0.32 | 52.73 | 0.17 | 0.61 |
| Hex | AD | A9 | 8C | 0 | 2 | 13 | 20 | 35 | 11 | 3D |
| Octal | 255 | 251 | 214 | 0 | 2 | 23 | 40 | 65 | 21 | 75 |
| Binary | 10101101 | 10101001 | 10001100 | 0 | 10 | 10011 | 100000 | 110101 | 10001 | 111101 |
Color Harmonies of #ADA98C
Complementary color
Monochromatic Colors of #ADA98C
Black with #ADA98C
Text Example
Text Example
White with #ADA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA98C; }
p { color: rgb(173,169,140); }
H1.HeaderClassName
{
color: #ADA98C;
}
.AnyTagClassName
{
color: #ADA98C;
}
</style>
background-color css
<style>
a { background-color: #ADA98C; }
a { background-color: rgb(173,169,140); }
div.DivClassName
{
background-color: #ADA98C;
}
.BgClassName
{
background-color: #ADA98C;
}
</style>
border-color css
<style>
span { border-color: #ADA98C; }
span { border-color: rgb(173,169,140); }
td.TdClassName
{
border-color: #ADA98C;
}
.TagClassName
{
border-color: #ADA98C;
}
</style>