Color Hex Logo

#a29993 Color Hex

#A29993
(162,153,147)
0 Favorites   0 Comments

Color spaces of #a29993

RGB 162153147
HSL0.070.070.61
HSV24°64°
CMYK 0.000.060.09   0.36
XYZ31.558032.570432.2272
Yxy32.57040.32750.3380
Hunter Lab57.0705-1.16906.4688
CIE-Lab63.81152.21134.3202

#a29993 color RGB value is (162,153,147).

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

The process color (four color CMYK) of #a29993 color hex is 0.00, 0.06, 0.09, 0.36. Web safe color of #a29993 is #999999. Color #a29993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 10010011
Octal 242 231 223
Decimal 162 153 147
Hex A2 99 93

RGB Percentages of Color #a29993

%35.06
%33.12
%31.82

CMYK Percentages of Color #a29993

%0
%6
%9
%36

Triadic Colors of #a29993

#a29993 #93a299 #9993a2

Analogous Colors of #a29993

#a29993 #a2a193 #a29395

Monochromatic Colors of #a29993

#a29993

Complementary Color

#a29993 #939ca2

#a29993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29993 Color CSS Codes

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

#a29993 Text Font Color

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

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


#a29993 Background Color

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

This div background color is #a29993


#a29993 Border Color

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

This div border color is #a29993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29993


Comments

No comments written yet.

Please login to write comment.