Color Hex Logo

#a18580 Color Hex

#A18580
(161,133,128)
0 Favorites   0 Comments

Color spaces of #a18580

RGB 161133128
HSL0.030.150.57
HSV20°63°
CMYK 0.000.170.20   0.37
XYZ26.981825.910624.0012
Yxy25.91060.35090.3370
Hunter Lab50.90255.53807.6757
CIE-Lab57.95219.85106.6886

#a18580 color RGB value is (161,133,128).

#a18580 hex color red value is 161, green value is 133 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a18580 hue: 0.03 , saturation: 0.15 and the lightness value of a18580 is 0.57.

The process color (four color CMYK) of #a18580 color hex is 0.00, 0.17, 0.20, 0.37. Web safe color of #a18580 is #999999. Color #a18580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 10000000
Octal 241 205 200
Decimal 161 133 128
Hex A1 85 80

RGB Percentages of Color #a18580

%38.15
%31.52
%30.33

CMYK Percentages of Color #a18580

%0
%17
%20
%37

Triadic Colors of #a18580

#a18580 #80a185 #8580a1

Analogous Colors of #a18580

#a18580 #a19680 #a1808c

Monochromatic Colors of #a18580

#a18580

Complementary Color

#a18580 #809ca1

#a18580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18580 Color CSS Codes

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

#a18580 Text Font Color

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

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


#a18580 Background Color

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

This div background color is #a18580


#a18580 Border Color

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

This div border color is #a18580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,133,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18580


Comments

No comments written yet.

Please login to write comment.