Color Hex Logo

#a3724b Color Hex

#A3724B
(163,114,75)
0 Favorites   0 Comments

Color spaces of #a3724b

RGB 16311475
HSL0.070.370.47
HSV27°54°64°
CMYK 0.000.300.54   0.36
XYZ22.391620.32929.4004
Yxy20.32920.42960.3900
Hunter Lab45.08799.743019.2001
CIE-Lab52.207414.808529.2044

#a3724b color RGB value is (163,114,75).

#a3724b hex color red value is 163, green value is 114 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a3724b hue: 0.07 , saturation: 0.37 and the lightness value of a3724b is 0.47.

The process color (four color CMYK) of #a3724b color hex is 0.00, 0.30, 0.54, 0.36. Web safe color of #a3724b is #996633. Color #a3724b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110010 01001011
Octal 243 162 113
Decimal 163 114 75
Hex A3 72 4B

RGB Percentages of Color #a3724b

%46.31
%32.39
%21.31

CMYK Percentages of Color #a3724b

%0
%30
%54
%36

Triadic Colors of #a3724b

#a3724b #4ba372 #724ba3

Analogous Colors of #a3724b

#a3724b #a39e4b #a34b50

Monochromatic Colors of #a3724b

#a3724b

Complementary Color

#a3724b #4b7ca3

#a3724b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3724b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3724b Color CSS Codes

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

#a3724b Text Font Color

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

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


#a3724b Background Color

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

This div background color is #a3724b


#a3724b Border Color

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

This div border color is #a3724b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3724b


Comments

No comments written yet.

Please login to write comment.