#ADAD8E

Color #ADAD8E Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #ADAD8E

Tints of Eagle #ADAD8E

Color information

#ADAD8E (or 0xADAD8E) is unknown color: approx Eagle. HEX triplet: AD, AD and 8E. RGB value is (173,173,142). Sum of RGB (Red+Green+Blue) = 173+173+142=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD8E is #525271. Grayscale: #A9A9A9. Windows color (decimal): -5395058 or 9350573. OLE color: 9350573.

HSL color Cylindrical-coordinate representation of color #ADAD8E: hue angle of 60º 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 #ADAD8E is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173173142-
CMYK000.180.32
HSL60º15.9%61.76%-
HSV(B)60º17.92%67.84%-
XYZ37.0640.7231.5-
YUV169.47112.5130.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=35.45%
G=35.45%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173142000.180.326015.961.76
HexADAD8E0012203c103e
Octal255255216002240742076
Binary101011011010110110001110001001010000011110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD8E; }

 p { color: rgb(173,173,142); }

 H1.HeaderClassName
 {
   color: #ADAD8E;
 }
 .AnyTagClassName
 {
   color: #ADAD8E;
 }
</style>
background-color css

<style>
 a { background-color: #ADAD8E; }

 a { background-color: rgb(173,173,142); }

 div.DivClassName
 {
   background-color: #ADAD8E;
 }
 .BgClassName
 {
   background-color: #ADAD8E;
 }
</style>
border-color css

<style>
 span { border-color: #ADAD8E; }

 span { border-color: rgb(173,173,142); }

 td.TdClassName
 {
   border-color: #ADAD8E;
 }
 .TagClassName
 {
   border-color: #ADAD8E;
 }
</style>