#ADAC95

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

Shades of Eagle #ADAC95

Tints of Eagle #ADAC95

Color information

#ADAC95 (or 0xADAC95) is unknown color: approx Eagle. HEX triplet: AD, AC and 95. RGB value is (173,172,149). Sum of RGB (Red+Green+Blue) = 173+172+149=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC95 is #52536A. Grayscale: #A9A9A9. Windows color (decimal): -5395307 or 9809069. OLE color: 9809069.

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

Color convert

RGB173172149-
CMYK00.010.140.32
HSL57.5º12.77%63.14%-
HSV(B)57.5º13.87%67.84%-
XYZ37.4140.5634.29-
YUV169.68116.33130.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=35.02%
G=34.82%
B=30.16%

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
Decimal17317214900.010.140.3257.512.7763.14
HexADAC9501E203ad3f
Octal255254225011640721577
Binary1010110110101100100101010111101000001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC95; }

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

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

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

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

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

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

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

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