Shades of Eagle #ADAB93
Tints of Eagle #ADAB93
RGB
CMYK
RGB Variations
Color information
#ADAB93 (or 0xADAB93) is known color: Eagle. HEX triplet: AD, AB and 93. RGB value is (173,171,147). Sum of RGB (Red+Green+Blue) = 173+171+147=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB93 is #52546C. Grayscale: #A8A8A8. Windows color (decimal): -5395565 or 9677741. OLE color: 9677741.
HSL color Cylindrical-coordinate representation of color #ADAB93: hue angle of 55.38º 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 #ADAB93 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 147 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.32 |
| HSL | 55.38º | 0.14% | 0.63% | - |
| HSV(B) | 55.38º | 0.15% | 0.68% | - |
| XYZ | 37.06 | 40.12 | 33.39 | - |
| YUV | 168.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 147 | 0 | 0.01 | 0.15 | 0.32 | 55.38 | 0.14 | 0.63 |
| Hex | AD | AB | 93 | 0 | 1 | F | 20 | 37 | E | 3F |
| Octal | 255 | 253 | 223 | 0 | 1 | 17 | 40 | 67 | 16 | 77 |
| Binary | 10101101 | 10101011 | 10010011 | 0 | 1 | 1111 | 100000 | 110111 | 1110 | 111111 |
Color Harmonies of #ADAB93
Complementary color
Monochromatic Colors of #ADAB93
Black with #ADAB93
Text Example
Text Example
White with #ADAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB93; }
p { color: rgb(173,171,147); }
H1.HeaderClassName
{
color: #ADAB93;
}
.AnyTagClassName
{
color: #ADAB93;
}
</style>
background-color css
<style>
a { background-color: #ADAB93; }
a { background-color: rgb(173,171,147); }
div.DivClassName
{
background-color: #ADAB93;
}
.BgClassName
{
background-color: #ADAB93;
}
</style>
border-color css
<style>
span { border-color: #ADAB93; }
span { border-color: rgb(173,171,147); }
td.TdClassName
{
border-color: #ADAB93;
}
.TagClassName
{
border-color: #ADAB93;
}
</style>