#ADAC94

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

Shades of Eagle #ADAC94

Tints of Eagle #ADAC94

Color information

#ADAC94 (or 0xADAC94) is unknown color: approx Eagle. HEX triplet: AD, AC and 94. RGB value is (173,172,148). Sum of RGB (Red+Green+Blue) = 173+172+148=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC94 is #52536B. Grayscale: #A9A9A9. Windows color (decimal): -5395308 or 9743533. OLE color: 9743533.

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

Color convert

RGB173172148-
CMYK00.010.140.32
HSL57.6º13.23%62.94%-
HSV(B)57.6º14.45%67.84%-
XYZ37.3340.5333.87-
YUV169.56115.83130.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=35.09%
G=34.89%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317214800.010.140.3257.613.2362.94
HexADAC9401E203ad3f
Octal255254224011640721577
Binary1010110110101100100101000111101000001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC94; }

 p { color: rgb(173,172,148); }

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

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

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

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

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

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

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