Color Hex Logo

#a38296 Color Hex

#A38296
(163,130,150)
0 Favorites   0 Comments

Color spaces of #a38296

RGB 163130150
HSL0.900.150.57
HSV324°20°64°
CMYK 0.000.200.08   0.36
XYZ28.591925.953832.3568
Yxy25.95380.32900.2987
Hunter Lab50.944911.0264-1.9957
CIE-Lab57.993216.0845-5.8899

#a38296 color RGB value is (163,130,150).

#a38296 hex color red value is 163, green value is 130 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a38296 hue: 0.90 , saturation: 0.15 and the lightness value of a38296 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 10010110
Octal 243 202 226
Decimal 163 130 150
Hex A3 82 96

RGB Percentages of Color #a38296

%36.79
%29.35
%33.86

CMYK Percentages of Color #a38296

%0
%20
%8
%36

Triadic Colors of #a38296

#a38296 #96a382 #8296a3

Analogous Colors of #a38296

#a38296 #a38286 #a082a3

Monochromatic Colors of #a38296

#a38296

Complementary Color

#a38296 #82a38f

#a38296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38296 Color CSS Codes

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

#a38296 Text Font Color

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

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


#a38296 Background Color

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

This div background color is #a38296


#a38296 Border Color

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

This div border color is #a38296


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,130,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a38296; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a38296;
  -webkit-box-shadow: 1px 1px 3px 2px #a38296;
  box-shadow:         1px 1px 3px 2px #a38296; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,130,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38296


Comments

No comments written yet.

Please login to write comment.