Color Hex Logo

#a3695c Color Hex

#A3695C
(163,105,92)
2 Favorites   0 Comments

Color spaces of #a3695c

RGB 16310592
HSL0.030.280.50
HSV11°44°64°
CMYK 0.000.360.44   0.36
XYZ22.087618.662412.5633
Yxy18.66240.41430.3501
Hunter Lab43.200015.664712.9975
CIE-Lab50.289921.669816.9260

#a3695c color RGB value is (163,105,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101001 01011100
Octal 243 151 134
Decimal 163 105 92
Hex A3 69 5C

RGB Percentages of Color #a3695c

%45.28
%29.17
%25.56

CMYK Percentages of Color #a3695c

%0
%36
%44
%36

Triadic Colors of #a3695c

#a3695c #5ca369 #695ca3

Analogous Colors of #a3695c

#a3695c #a38d5c #a35c73

Monochromatic Colors of #a3695c

#a3695c

Complementary Color

#a3695c #5c96a3

#a3695c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3695c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3695c Color CSS Codes

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

#a3695c Text Font Color

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

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


#a3695c Background Color

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

This div background color is #a3695c


#a3695c Border Color

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

This div border color is #a3695c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3695c


Comments

No comments written yet.

Please login to write comment.