#ADAD95

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

Shades of Eagle #ADAD95

Tints of Eagle #ADAD95

Color information

#ADAD95 (or 0xADAD95) is unknown color: approx Eagle. HEX triplet: AD, AD and 95. RGB value is (173,173,149). Sum of RGB (Red+Green+Blue) = 173+173+149=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD95 is #52526A. Grayscale: #AAAAAA. Windows color (decimal): -5395051 or 9809325. OLE color: 9809325.

HSL color Cylindrical-coordinate representation of color #ADAD95: hue angle of 60º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADAD95 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB173173149-
CMYK000.140.32
HSL60º12.77%63.14%-
HSV(B)60º13.87%67.84%-
XYZ37.640.9434.35-
YUV170.26116129.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=34.95%
G=34.95%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173149000.140.326012.7763.14
HexADAD9500E203cd3f
Octal255255225001640741577
Binary1010110110101101100101010011101000001111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD95; }

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

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

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

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

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

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

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

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