Color Hex Logo

#a48162 Color Hex

#A48162
(164,129,98)
0 Favorites   0 Comments

Color spaces of #a48162

RGB 16412998
HSL0.080.270.51
HSV28°40°64°
CMYK 0.000.210.40   0.36
XYZ25.364724.474914.9425
Yxy24.47490.39150.3778
Hunter Lab49.47214.942016.7226
CIE-Lab56.56029.150121.9422

#a48162 color RGB value is (164,129,98).

#a48162 hex color red value is 164, green value is 129 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a48162 hue: 0.08 , saturation: 0.27 and the lightness value of a48162 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 01100010
Octal 244 201 142
Decimal 164 129 98
Hex A4 81 62

RGB Percentages of Color #a48162

%41.94
%32.99
%25.06

CMYK Percentages of Color #a48162

%0
%21
%40
%36

Triadic Colors of #a48162

#a48162 #62a481 #8162a4

Analogous Colors of #a48162

#a48162 #a4a262 #a46264

Monochromatic Colors of #a48162

#a48162

Complementary Color

#a48162 #6285a4

#a48162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48162 Color CSS Codes

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

#a48162 Text Font Color

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

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


#a48162 Background Color

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

This div background color is #a48162


#a48162 Border Color

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

This div border color is #a48162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48162


Comments

No comments written yet.

Please login to write comment.