Color Hex Logo

#a4843b Color Hex

#A4843B
(164,132,59)
0 Favorites   0 Comments

Color spaces of #a4843b

RGB 16413259
HSL0.120.470.44
HSV42°64°64°
CMYK 0.000.200.64   0.36
XYZ24.350524.71087.6239
Yxy24.71080.42960.4359
Hunter Lab49.71000.446125.7038
CIE-Lab56.79253.799543.0712

#a4843b color RGB value is (164,132,59).

#a4843b hex color red value is 164, green value is 132 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a4843b hue: 0.12 , saturation: 0.47 and the lightness value of a4843b is 0.44.

The process color (four color CMYK) of #a4843b color hex is 0.00, 0.20, 0.64, 0.36. Web safe color of #a4843b is #999933. Color #a4843b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 00111011
Octal 244 204 73
Decimal 164 132 59
Hex A4 84 3B

RGB Percentages of Color #a4843b

%46.20
%37.18
%16.62

CMYK Percentages of Color #a4843b

%0
%20
%64
%36

Triadic Colors of #a4843b

#a4843b #3ba484 #843ba4

Analogous Colors of #a4843b

#a4843b #90a43b #a44f3b

Monochromatic Colors of #a4843b

#a4843b

Complementary Color

#a4843b #3b5ba4

#a4843b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4843b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4843b Color CSS Codes

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

#a4843b Text Font Color

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

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


#a4843b Background Color

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

This div background color is #a4843b


#a4843b Border Color

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

This div border color is #a4843b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4843b


Comments

No comments written yet.

Please login to write comment.