Color Hex Logo

#a38096 Color Hex

#A38096
(163,128,150)
0 Favorites   0 Comments

Color spaces of #a38096

RGB 163128150
HSL0.900.160.57
HSV322°21°64°
CMYK 0.000.210.08   0.36
XYZ28.328425.426932.2690
Yxy25.42690.32930.2956
Hunter Lab50.425112.0359-2.6444
CIE-Lab57.489017.2252-6.6383

#a38096 color RGB value is (163,128,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000000 10010110
Octal 243 200 226
Decimal 163 128 150
Hex A3 80 96

RGB Percentages of Color #a38096

%36.96
%29.02
%34.01

CMYK Percentages of Color #a38096

%0
%21
%8
%36

Triadic Colors of #a38096

#a38096 #96a380 #8096a3

Analogous Colors of #a38096

#a38096 #a38085 #9f80a3

Monochromatic Colors of #a38096

#a38096

Complementary Color

#a38096 #80a38d

#a38096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38096 Color CSS Codes

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

#a38096 Text Font Color

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

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


#a38096 Background Color

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

This div background color is #a38096


#a38096 Border Color

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

This div border color is #a38096


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,128,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 #a38096">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38096


Comments

No comments written yet.

Please login to write comment.