Color Hex Logo

#a2958e Color Hex

#A2958E
(162,149,142)
0 Favorites   0 Comments

Color spaces of #a2958e

RGB 162149142
HSL0.060.100.60
HSV21°12°64°
CMYK 0.000.080.12   0.36
XYZ30.530231.129329.9906
Yxy31.12930.33310.3397
Hunter Lab55.79360.03617.1856
CIE-Lab62.61663.56155.4176

#a2958e color RGB value is (162,149,142).

#a2958e hex color red value is 162, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a2958e hue: 0.06 , saturation: 0.10 and the lightness value of a2958e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010101 10001110
Octal 242 225 216
Decimal 162 149 142
Hex A2 95 8E

RGB Percentages of Color #a2958e

%35.76
%32.89
%31.35

CMYK Percentages of Color #a2958e

%0
%8
%12
%36

Triadic Colors of #a2958e

#a2958e #8ea295 #958ea2

Analogous Colors of #a2958e

#a2958e #a29f8e #a28e91

Monochromatic Colors of #a2958e

#a2958e

Complementary Color

#a2958e #8e9ba2

#a2958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2958e Color CSS Codes

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

#a2958e Text Font Color

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

This sample text font color is #a2958e
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.


#a2958e Background Color

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

This div background color is #a2958e


#a2958e Border Color

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

This div border color is #a2958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2958e


Comments

No comments written yet.

Please login to write comment.