Shades of Eagle #ADAB8D
Tints of Eagle #ADAB8D
RGB
CMYK
RGB Variations
Color information
#ADAB8D (or 0xADAB8D) is known color: Eagle. HEX triplet: AD, AB and 8D. RGB value is (173,171,141). Sum of RGB (Red+Green+Blue) = 173+171+141=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB8D is #525472. Grayscale: #A8A8A8. Windows color (decimal): -5395571 or 9284525. OLE color: 9284525.
HSL color Cylindrical-coordinate representation of color #ADAB8D: hue angle of 56.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADAB8D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 171 | 141 | - |
CMYK | 0 | 0.01 | 0.18 | 0.32 |
HSL | 56.25º | 0.16% | 0.62% | - |
HSV(B) | 56.25º | 0.18% | 0.68% | - |
XYZ | 36.6 | 39.93 | 30.98 | - |
YUV | 168.18 | 112.66 | 131.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 171 | 141 | 0 | 0.01 | 0.18 | 0.32 | 56.25 | 0.16 | 0.62 |
Hex | AD | AB | 8D | 0 | 1 | 12 | 20 | 38 | 10 | 3E |
Octal | 255 | 253 | 215 | 0 | 1 | 22 | 40 | 70 | 20 | 76 |
Binary | 10101101 | 10101011 | 10001101 | 0 | 1 | 10010 | 100000 | 111000 | 10000 | 111110 |
Color Harmonies of #ADAB8D
Complementary color
Monochromatic Colors of #ADAB8D
Black with #ADAB8D
Text Example
Text Example
White with #ADAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB8D; }
p { color: rgb(173,171,141); }
H1.HeaderClassName
{
color: #ADAB8D;
}
.AnyTagClassName
{
color: #ADAB8D;
}
</style>
background-color css
<style>
a { background-color: #ADAB8D; }
a { background-color: rgb(173,171,141); }
div.DivClassName
{
background-color: #ADAB8D;
}
.BgClassName
{
background-color: #ADAB8D;
}
</style>
border-color css
<style>
span { border-color: #ADAB8D; }
span { border-color: rgb(173,171,141); }
td.TdClassName
{
border-color: #ADAB8D;
}
.TagClassName
{
border-color: #ADAB8D;
}
</style>