#A2ADA5

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

Shades of Edward #A2ADA5

Tints of Edward #A2ADA5

Color information

#A2ADA5 (or 0xA2ADA5) is unknown color: approx Edward. HEX triplet: A2, AD and A5. RGB value is (162,173,165). Sum of RGB (Red+Green+Blue) = 162+173+165=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA5 is #5D525A. Grayscale: #A8A8A8. Windows color (decimal): -6115931 or 10857890. OLE color: 10857890.

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

Color convert

RGB162173165-
CMYK0.0600.050.32
HSL136.36º6.29%65.69%-
HSV(B)136.36º6.36%67.84%-
XYZ36.6440.2941.44-
YUV168.8125.86123.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 165 (64.84% from 255) = 33%
R=32.4%
G=34.6%
B=33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731650.0600.050.32136.366.2965.69
HexA2ADA56052088642
Octal242255245605402106102
Binary1010001010101101101001011100101100000100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADA5; }

 p { color: rgb(162,173,165); }

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

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

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

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

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

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

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