Color Hex Logo

#a2959e Color Hex

#A2959E
(162,149,158)
0 Favorites   0 Comments

Color spaces of #a2959e

RGB 162149158
HSL0.880.070.61
HSV318°64°
CMYK 0.000.080.02   0.36
XYZ31.819331.644936.7788
Yxy31.64490.31740.3157
Hunter Lab56.25382.52230.6138
CIE-Lab63.04836.4540-2.9964

#a2959e color RGB value is (162,149,158).

#a2959e hex color red value is 162, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a2959e hue: 0.88 , saturation: 0.07 and the lightness value of a2959e is 0.61.

The process color (four color CMYK) of #a2959e color hex is 0.00, 0.08, 0.02, 0.36. Web safe color of #a2959e is #999999. Color #a2959e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010101 10011110
Octal 242 225 236
Decimal 162 149 158
Hex A2 95 9E

RGB Percentages of Color #a2959e

%34.54
%31.77
%33.69

CMYK Percentages of Color #a2959e

%0
%8
%2
%36

Triadic Colors of #a2959e

#a2959e #9ea295 #959ea2

Analogous Colors of #a2959e

#a2959e #a29598 #a095a2

Monochromatic Colors of #a2959e

#a2959e

Complementary Color

#a2959e #95a299

#a2959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2959e Color CSS Codes

.mybgcolor {background-color:#a2959e; } 
.myforecolor {color:#a2959e; }
.mybordercolor {border:3px solid #a2959e; }

#a2959e Text Font Color

<p style="color:#a2959e">Text here</p>

This sample text font color is #a2959e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a2959e Background Color

<div style="background-color:#a2959e">
Div content here</div>

This div background color is #a2959e


#a2959e Border Color

<div style="border:3px solid #a2959e">
Div here</div>

This div border color is #a2959e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,149,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2959e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2959e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2959e;
  box-shadow:         1px 1px 3px 2px #a2959e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,149,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a2959e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a2959e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2959e;
  box-shadow:         1px 1px 3px 2px #a2959e;">
Div content here</div>

This div box has shadow with color #a2959e


Comments

No comments written yet.

Please login to write comment.