Shades of Eagle #ADA99A
Tints of Eagle #ADA99A
RGB
CMYK
RGB Variations
Color information
#ADA99A (or 0xADA99A) is known color: Eagle. HEX triplet: AD, A9 and 9A. RGB value is (173,169,154). Sum of RGB (Red+Green+Blue) = 173+169+154=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99A is #525665. Grayscale: #A8A8A8. Windows color (decimal): -5396070 or 10135981. OLE color: 10135981.
HSL color Cylindrical-coordinate representation of color #ADA99A: hue angle of 47.37º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA99A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 154 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.32 |
| HSL | 47.37º | 0.1% | 0.64% | - |
| HSV(B) | 47.37º | 0.11% | 0.68% | - |
| XYZ | 37.25 | 39.59 | 36.25 | - |
| YUV | 168.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 154 | 0 | 0.02 | 0.11 | 0.32 | 47.37 | 0.1 | 0.64 |
| Hex | AD | A9 | 9A | 0 | 2 | B | 20 | 2F | A | 40 |
| Octal | 255 | 251 | 232 | 0 | 2 | 13 | 40 | 57 | 12 | 100 |
| Binary | 10101101 | 10101001 | 10011010 | 0 | 10 | 1011 | 100000 | 101111 | 1010 | 1000000 |
Color Harmonies of #ADA99A
Complementary color
Monochromatic Colors of #ADA99A
Black with #ADA99A
Text Example
Text Example
White with #ADA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA99A; }
p { color: rgb(173,169,154); }
H1.HeaderClassName
{
color: #ADA99A;
}
.AnyTagClassName
{
color: #ADA99A;
}
</style>
background-color css
<style>
a { background-color: #ADA99A; }
a { background-color: rgb(173,169,154); }
div.DivClassName
{
background-color: #ADA99A;
}
.BgClassName
{
background-color: #ADA99A;
}
</style>
border-color css
<style>
span { border-color: #ADA99A; }
span { border-color: rgb(173,169,154); }
td.TdClassName
{
border-color: #ADA99A;
}
.TagClassName
{
border-color: #ADA99A;
}
</style>