Shades of Eagle #ADAC8B
Tints of Eagle #ADAC8B
RGB
CMYK
RGB Variations
Color information
#ADAC8B (or 0xADAC8B) is known color: Eagle. HEX triplet: AD, AC and 8B. RGB value is (173,172,139). Sum of RGB (Red+Green+Blue) = 173+172+139=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC8B is #525374. Grayscale: #A8A8A8. Windows color (decimal): -5395317 or 9153709. OLE color: 9153709.
HSL color Cylindrical-coordinate representation of color #ADAC8B: hue angle of 58.24º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAC8B is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 139 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.32 |
| HSL | 58.24º | 0.17% | 0.61% | - |
| HSV(B) | 58.24º | 0.2% | 0.68% | - |
| XYZ | 36.65 | 40.25 | 30.26 | - |
| YUV | 168.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 139 | 0 | 0.01 | 0.20 | 0.32 | 58.24 | 0.17 | 0.61 |
| Hex | AD | AC | 8B | 0 | 1 | 14 | 20 | 3A | 11 | 3D |
| Octal | 255 | 254 | 213 | 0 | 1 | 24 | 40 | 72 | 21 | 75 |
| Binary | 10101101 | 10101100 | 10001011 | 0 | 1 | 10100 | 100000 | 111010 | 10001 | 111101 |
Color Harmonies of #ADAC8B
Complementary color
Monochromatic Colors of #ADAC8B
Black with #ADAC8B
Text Example
Text Example
White with #ADAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC8B; }
p { color: rgb(173,172,139); }
H1.HeaderClassName
{
color: #ADAC8B;
}
.AnyTagClassName
{
color: #ADAC8B;
}
</style>
background-color css
<style>
a { background-color: #ADAC8B; }
a { background-color: rgb(173,172,139); }
div.DivClassName
{
background-color: #ADAC8B;
}
.BgClassName
{
background-color: #ADAC8B;
}
</style>
border-color css
<style>
span { border-color: #ADAC8B; }
span { border-color: rgb(173,172,139); }
td.TdClassName
{
border-color: #ADAC8B;
}
.TagClassName
{
border-color: #ADAC8B;
}
</style>