Color Hex Logo

#a15152 Color Hex

#A15152
(161,81,82)
0 Favorites   0 Comments

Color spaces of #a15152

RGB 1618182
HSL1.000.330.47
HSV359°50°63°
CMYK 0.000.500.49   0.37
XYZ19.163414.07119.6886
Yxy14.07110.44650.3278
Hunter Lab37.511525.544810.9444
CIE-Lab44.334733.125814.7366

#a15152 color RGB value is (161,81,82).

#a15152 hex color red value is 161, green value is 81 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a15152 hue: 1.00 , saturation: 0.33 and the lightness value of a15152 is 0.47.

The process color (four color CMYK) of #a15152 color hex is 0.00, 0.50, 0.49, 0.37. Web safe color of #a15152 is #996666. Color #a15152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010001 01010010
Octal 241 121 122
Decimal 161 81 82
Hex A1 51 52

RGB Percentages of Color #a15152

%49.69
%25.00
%25.31

CMYK Percentages of Color #a15152

%0
%50
%49
%37

Triadic Colors of #a15152

#a15152 #52a151 #5152a1

Analogous Colors of #a15152

#a15152 #a17851 #a1517a

Monochromatic Colors of #a15152

#a15152

Complementary Color

#a15152 #51a1a0

#a15152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15152 Color CSS Codes

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

#a15152 Text Font Color

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

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


#a15152 Background Color

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

This div background color is #a15152


#a15152 Border Color

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

This div border color is #a15152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15152


Comments

No comments written yet.

Please login to write comment.