Shades of Eagle #ADAB96
Tints of Eagle #ADAB96
RGB
CMYK
RGB Variations
Color information
#ADAB96 (or 0xADAB96) is known color: Eagle. HEX triplet: AD, AB and 96. RGB value is (173,171,150). Sum of RGB (Red+Green+Blue) = 173+171+150=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB96 is #525469. Grayscale: #A9A9A9. Windows color (decimal): -5395562 or 9874349. OLE color: 9874349.
HSL color Cylindrical-coordinate representation of color #ADAB96: hue angle of 54.78º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADAB96 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 150 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.32 |
| HSL | 54.78º | 0.12% | 0.63% | - |
| HSV(B) | 54.78º | 0.13% | 0.68% | - |
| XYZ | 37.3 | 40.21 | 34.65 | - |
| YUV | 169.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 150 | 0 | 0.01 | 0.13 | 0.32 | 54.78 | 0.12 | 0.63 |
| Hex | AD | AB | 96 | 0 | 1 | D | 20 | 37 | C | 3F |
| Octal | 255 | 253 | 226 | 0 | 1 | 15 | 40 | 67 | 14 | 77 |
| Binary | 10101101 | 10101011 | 10010110 | 0 | 1 | 1101 | 100000 | 110111 | 1100 | 111111 |
Color Harmonies of #ADAB96
Complementary color
Monochromatic Colors of #ADAB96
Black with #ADAB96
Text Example
Text Example
White with #ADAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB96; }
p { color: rgb(173,171,150); }
H1.HeaderClassName
{
color: #ADAB96;
}
.AnyTagClassName
{
color: #ADAB96;
}
</style>
background-color css
<style>
a { background-color: #ADAB96; }
a { background-color: rgb(173,171,150); }
div.DivClassName
{
background-color: #ADAB96;
}
.BgClassName
{
background-color: #ADAB96;
}
</style>
border-color css
<style>
span { border-color: #ADAB96; }
span { border-color: rgb(173,171,150); }
td.TdClassName
{
border-color: #ADAB96;
}
.TagClassName
{
border-color: #ADAB96;
}
</style>