Color Hex Logo

#a4875a Color Hex

#A4875A
(164,135,90)
0 Favorites   0 Comments

Color spaces of #a4875a

RGB 16413590
HSL0.100.290.50
HSV36°45°64°
CMYK 0.000.180.45   0.36
XYZ25.819325.958613.3226
Yxy25.95860.39660.3987
Hunter Lab50.94961.295220.1612
CIE-Lab57.99774.865528.2921

#a4875a color RGB value is (164,135,90).

#a4875a hex color red value is 164, green value is 135 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a4875a hue: 0.10 , saturation: 0.29 and the lightness value of a4875a is 0.50.

The process color (four color CMYK) of #a4875a color hex is 0.00, 0.18, 0.45, 0.36. Web safe color of #a4875a is #999966. Color #a4875a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 01011010
Octal 244 207 132
Decimal 164 135 90
Hex A4 87 5A

RGB Percentages of Color #a4875a

%42.16
%34.70
%23.14

CMYK Percentages of Color #a4875a

%0
%18
%45
%36

Triadic Colors of #a4875a

#a4875a #5aa487 #875aa4

Analogous Colors of #a4875a

#a4875a #9ca45a #a4625a

Monochromatic Colors of #a4875a

#a4875a

Complementary Color

#a4875a #5a77a4

#a4875a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4875a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4875a Color CSS Codes

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

#a4875a Text Font Color

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

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


#a4875a Background Color

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

This div background color is #a4875a


#a4875a Border Color

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

This div border color is #a4875a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4875a


Comments

No comments written yet.

Please login to write comment.