Color Hex Logo

#a4662b Color Hex

#A4662B
(164,102,43)
0 Favorites   0 Comments

Color spaces of #a4662b

RGB 16410243
HSL0.080.580.41
HSV29°74°64°
CMYK 0.000.380.74   0.36
XYZ20.497317.56974.5965
Yxy17.56970.48040.4118
Hunter Lab41.916213.934222.8397
CIE-Lab48.970019.796942.3782

#a4662b color RGB value is (164,102,43).

#a4662b hex color red value is 164, green value is 102 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a4662b hue: 0.08 , saturation: 0.58 and the lightness value of a4662b is 0.41.

The process color (four color CMYK) of #a4662b color hex is 0.00, 0.38, 0.74, 0.36. Web safe color of #a4662b is #996633. Color #a4662b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100110 00101011
Octal 244 146 53
Decimal 164 102 43
Hex A4 66 2B

RGB Percentages of Color #a4662b

%53.07
%33.01
%13.92

CMYK Percentages of Color #a4662b

%0
%38
%74
%36

Triadic Colors of #a4662b

#a4662b #2ba466 #662ba4

Analogous Colors of #a4662b

#a4662b #a4a32b #a42b2c

Monochromatic Colors of #a4662b

#a4662b

Complementary Color

#a4662b #2b69a4

#a4662b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4662b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4662b Color CSS Codes

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

#a4662b Text Font Color

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

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


#a4662b Background Color

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

This div background color is #a4662b


#a4662b Border Color

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

This div border color is #a4662b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4662b


Comments

No comments written yet.

Please login to write comment.