Color Hex Logo

#a38255 Color Hex

#A38255
(163,130,85)
0 Favorites   0 Comments

Color spaces of #a38255

RGB 16313085
HSL0.100.310.49
HSV35°48°64°
CMYK 0.000.200.48   0.36
XYZ24.726624.407712.0022
Yxy24.40770.40440.3992
Hunter Lab49.40412.881320.1790
CIE-Lab56.49376.714329.0939

#a38255 color RGB value is (163,130,85).

#a38255 hex color red value is 163, green value is 130 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a38255 hue: 0.10 , saturation: 0.31 and the lightness value of a38255 is 0.49.

The process color (four color CMYK) of #a38255 color hex is 0.00, 0.20, 0.48, 0.36. Web safe color of #a38255 is #999966. Color #a38255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 01010101
Octal 243 202 125
Decimal 163 130 85
Hex A3 82 55

RGB Percentages of Color #a38255

%43.12
%34.39
%22.49

CMYK Percentages of Color #a38255

%0
%20
%48
%36

Triadic Colors of #a38255

#a38255 #55a382 #8255a3

Analogous Colors of #a38255

#a38255 #9da355 #a35b55

Monochromatic Colors of #a38255

#a38255

Complementary Color

#a38255 #5576a3

#a38255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38255 Color CSS Codes

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

#a38255 Text Font Color

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

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


#a38255 Background Color

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

This div background color is #a38255


#a38255 Border Color

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

This div border color is #a38255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38255


Comments

No comments written yet.

Please login to write comment.