Color Hex Logo

#a3705b Color Hex

#A3705B
(163,112,91)
0 Favorites   0 Comments

Color spaces of #a3705b

RGB 16311291
HSL0.050.280.50
HSV18°44°64°
CMYK 0.000.310.44   0.36
XYZ22.786820.130212.5821
Yxy20.13020.41060.3627
Hunter Lab44.866712.139514.7798
CIE-Lab51.984117.577119.7986

#a3705b color RGB value is (163,112,91).

#a3705b hex color red value is 163, green value is 112 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a3705b hue: 0.05 , saturation: 0.28 and the lightness value of a3705b is 0.50.

The process color (four color CMYK) of #a3705b color hex is 0.00, 0.31, 0.44, 0.36. Web safe color of #a3705b is #996666. Color #a3705b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110000 01011011
Octal 243 160 133
Decimal 163 112 91
Hex A3 70 5B

RGB Percentages of Color #a3705b

%44.54
%30.60
%24.86

CMYK Percentages of Color #a3705b

%0
%31
%44
%36

Triadic Colors of #a3705b

#a3705b #5ba370 #705ba3

Analogous Colors of #a3705b

#a3705b #a3945b #a35b6a

Monochromatic Colors of #a3705b

#a3705b

Complementary Color

#a3705b #5b8ea3

#a3705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3705b Color CSS Codes

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

#a3705b Text Font Color

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

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


#a3705b Background Color

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

This div background color is #a3705b


#a3705b Border Color

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

This div border color is #a3705b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3705b


Comments

No comments written yet.

Please login to write comment.