#ADAC8C

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

Shades of Eagle #ADAC8C

Tints of Eagle #ADAC8C

Color information

#ADAC8C (or 0xADAC8C) is unknown color: approx Eagle. HEX triplet: AD, AC and 8C. RGB value is (173,172,140). Sum of RGB (Red+Green+Blue) = 173+172+140=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC8C is #525373. Grayscale: #A8A8A8. Windows color (decimal): -5395316 or 9219245. OLE color: 9219245.

HSL color Cylindrical-coordinate representation of color #ADAC8C: hue angle of 58.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADAC8C is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB173172140-
CMYK00.010.190.32
HSL58.18º16.75%61.37%-
HSV(B)58.18º19.08%67.84%-
XYZ36.7240.2830.65-
YUV168.65111.83131.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=35.67%
G=35.46%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317214000.010.190.3258.1816.7561.37
HexADAC8C0113203a113d
Octal255254214012340722175
Binary101011011010110010001100011001110000011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC8C; }

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

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

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

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

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

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

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

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