Color Hex Logo

#a3532f Color Hex

#A3532F
(163,83,47)
0 Favorites   0 Comments

Color spaces of #a3532f

RGB 1638347
HSL0.050.550.41
HSV19°71°64°
CMYK 0.000.490.71   0.36
XYZ18.710614.17834.4398
Yxy14.17830.50120.3798
Hunter Lab37.654122.803419.3670
CIE-Lab44.487630.139435.4504

#a3532f color RGB value is (163,83,47).

#a3532f hex color red value is 163, green value is 83 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a3532f hue: 0.05 , saturation: 0.55 and the lightness value of a3532f is 0.41.

The process color (four color CMYK) of #a3532f color hex is 0.00, 0.49, 0.71, 0.36. Web safe color of #a3532f is #996633. Color #a3532f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 00101111
Octal 243 123 57
Decimal 163 83 47
Hex A3 53 2F

RGB Percentages of Color #a3532f

%55.63
%28.33
%16.04

CMYK Percentages of Color #a3532f

%0
%49
%71
%36

Triadic Colors of #a3532f

#a3532f #2fa353 #532fa3

Analogous Colors of #a3532f

#a3532f #a38d2f #a32f45

Monochromatic Colors of #a3532f

#a3532f

Complementary Color

#a3532f #2f7fa3

#a3532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3532f Color CSS Codes

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

#a3532f Text Font Color

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

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


#a3532f Background Color

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

This div background color is #a3532f


#a3532f Border Color

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

This div border color is #a3532f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,83,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3532f


Comments

No comments written yet.

Please login to write comment.