Color Hex Logo

#a3632a Color Hex

#A3632A
(163,99,42)
0 Favorites   0 Comments

Color spaces of #a3632a

RGB 1639942
HSL0.080.590.40
HSV28°74°64°
CMYK 0.000.390.74   0.36
XYZ19.984016.87744.3949
Yxy16.87740.48440.4091
Hunter Lab41.082114.935922.4147
CIE-Lab48.105221.000441.9206

#a3632a color RGB value is (163,99,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100011 00101010
Octal 243 143 52
Decimal 163 99 42
Hex A3 63 2A

RGB Percentages of Color #a3632a

%53.62
%32.57
%13.82

CMYK Percentages of Color #a3632a

%0
%39
%74
%36

Triadic Colors of #a3632a

#a3632a #2aa363 #632aa3

Analogous Colors of #a3632a

#a3632a #a3a02a #a32a2e

Monochromatic Colors of #a3632a

#a3632a

Complementary Color

#a3632a #2a6aa3

#a3632a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3632a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3632a Color CSS Codes

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

#a3632a Text Font Color

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

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


#a3632a Background Color

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

This div background color is #a3632a


#a3632a Border Color

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

This div border color is #a3632a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,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 #a3632a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3632a


Comments

No comments written yet.

Please login to write comment.