Color Hex Logo

#a4632a Color Hex

#A4632A
(164,99,42)
0 Favorites   0 Comments

Color spaces of #a4632a

RGB 1649942
HSL0.080.590.40
HSV28°74°64°
CMYK 0.000.400.74   0.36
XYZ20.189616.98344.4045
Yxy16.98340.48560.4085
Hunter Lab41.210915.329622.5109
CIE-Lab48.239121.439242.1016

#a4632a color RGB value is (164,99,42).

#a4632a hex color red value is 164, green value is 99 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a4632a hue: 0.08 , saturation: 0.59 and the lightness value of a4632a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 00101010
Octal 244 143 52
Decimal 164 99 42
Hex A4 63 2A

RGB Percentages of Color #a4632a

%53.77
%32.46
%13.77

CMYK Percentages of Color #a4632a

%0
%40
%74
%36

Triadic Colors of #a4632a

#a4632a #2aa463 #632aa4

Analogous Colors of #a4632a

#a4632a #a4a02a #a42a2e

Monochromatic Colors of #a4632a

#a4632a

Complementary Color

#a4632a #2a6ba4

#a4632a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4632a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4632a Color CSS Codes

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

#a4632a Text Font Color

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

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


#a4632a Background Color

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

This div background color is #a4632a


#a4632a Border Color

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

This div border color is #a4632a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4632a


Comments

No comments written yet.

Please login to write comment.