Color Hex Logo

#a4871a Color Hex

#A4871A
(164,135,26)
0 Favorites   0 Comments

Color spaces of #a4871a

RGB 16413526
HSL0.130.730.37
HSV47°84°64°
CMYK 0.000.180.84   0.36
XYZ24.160325.29504.5863
Yxy25.29500.44710.4681
Hunter Lab50.2941-2.266929.7993
CIE-Lab57.36170.517256.8983

#a4871a color RGB value is (164,135,26).

#a4871a hex color red value is 164, green value is 135 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #a4871a hue: 0.13 , saturation: 0.73 and the lightness value of a4871a is 0.37.

The process color (four color CMYK) of #a4871a color hex is 0.00, 0.18, 0.84, 0.36. Web safe color of #a4871a is #999933. Color #a4871a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 00011010
Octal 244 207 32
Decimal 164 135 26
Hex A4 87 1A

RGB Percentages of Color #a4871a

%50.46
%41.54
%8.00

CMYK Percentages of Color #a4871a

%0
%18
%84
%36

Triadic Colors of #a4871a

#a4871a #1aa487 #871aa4

Analogous Colors of #a4871a

#a4871a #7ca41a #a4421a

Monochromatic Colors of #a4871a

#a4871a

Complementary Color

#a4871a #1a37a4

#a4871a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4871a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4871a Color CSS Codes

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

#a4871a Text Font Color

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

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


#a4871a Background Color

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

This div background color is #a4871a


#a4871a Border Color

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

This div border color is #a4871a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4871a


Comments

No comments written yet.

Please login to write comment.