Color Hex Logo

#a48158 Color Hex

#A48158
(164,129,88)
0 Favorites   0 Comments

Color spaces of #a48158

RGB 16412988
HSL0.090.300.49
HSV32°46°64°
CMYK 0.000.210.46   0.36
XYZ24.921624.297612.6089
Yxy24.29760.40310.3930
Hunter Lab49.29263.984919.3386
CIE-Lab56.38458.021727.3164

#a48158 color RGB value is (164,129,88).

#a48158 hex color red value is 164, green value is 129 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a48158 hue: 0.09 , saturation: 0.30 and the lightness value of a48158 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 01011000
Octal 244 201 130
Decimal 164 129 88
Hex A4 81 58

RGB Percentages of Color #a48158

%43.04
%33.86
%23.10

CMYK Percentages of Color #a48158

%0
%21
%46
%36

Triadic Colors of #a48158

#a48158 #58a481 #8158a4

Analogous Colors of #a48158

#a48158 #a1a458 #a45b58

Monochromatic Colors of #a48158

#a48158

Complementary Color

#a48158 #587ba4

#a48158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48158 Color CSS Codes

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

#a48158 Text Font Color

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

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


#a48158 Background Color

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

This div background color is #a48158


#a48158 Border Color

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

This div border color is #a48158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48158


Comments

No comments written yet.

Please login to write comment.