Color Hex Logo

#a48182 Color Hex

#A48182
(164,129,130)
0 Favorites   0 Comments

Color spaces of #a48182

RGB 164129130
HSL1.000.160.57
HSV358°21°64°
CMYK 0.000.210.21   0.36
XYZ27.189425.204724.5511
Yxy25.20470.35340.3276
Hunter Lab50.20438.81376.1488
CIE-Lab57.274313.61314.6043

#a48182 color RGB value is (164,129,130).

#a48182 hex color red value is 164, green value is 129 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a48182 hue: 1.00 , saturation: 0.16 and the lightness value of a48182 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 10000010
Octal 244 201 202
Decimal 164 129 130
Hex A4 81 82

RGB Percentages of Color #a48182

%38.77
%30.50
%30.73

CMYK Percentages of Color #a48182

%0
%21
%21
%36

Triadic Colors of #a48182

#a48182 #82a481 #8182a4

Analogous Colors of #a48182

#a48182 #a49281 #a48194

Monochromatic Colors of #a48182

#a48182

Complementary Color

#a48182 #81a4a3

#a48182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48182 Color CSS Codes

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

#a48182 Text Font Color

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

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


#a48182 Background Color

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

This div background color is #a48182


#a48182 Border Color

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

This div border color is #a48182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48182


Comments

No comments written yet.

Please login to write comment.