#ADAD91

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

Shades of Eagle #ADAD91

Tints of Eagle #ADAD91

Color information

#ADAD91 (or 0xADAD91) is unknown color: approx Eagle. HEX triplet: AD, AD and 91. RGB value is (173,173,145). Sum of RGB (Red+Green+Blue) = 173+173+145=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD91 is #52526E. Grayscale: #A9A9A9. Windows color (decimal): -5395055 or 9547181. OLE color: 9547181.

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

Color convert

RGB173173145-
CMYK000.160.32
HSL60º14.58%62.35%-
HSV(B)60º16.18%67.84%-
XYZ37.2940.8232.7-
YUV169.81114130.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=35.23%
G=35.23%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173145000.160.326014.5862.35
HexADAD910010203cf3e
Octal255255221002040741776
Binary10101101101011011001000100100001000001111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD91; }

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

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

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

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

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

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

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

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