color codes Logo

#a5735c color codes

#A5735C
(165,115,92)
0 Favorites   0 Comments

Color spaces of #a5735c

RGB 16511592
HSL0.050.290.50
HSV19°44°65°
CMYK 0.000.300.44   0.35
XYZ23.579621.033512.9423
Yxy21.03350.40970.3654
Hunter Lab45.862311.514815.3720
CIE-Lab52.986116.819320.6053

#a5735c color RGB value is (165,115,92).

#a5735c hex color red value is 165, green value is 115 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #a5735c hue: 0.05 , saturation: 0.29 and the lightness value of a5735c is 0.50.

The process color (four color CMYK) of #a5735c color code is 0.00, 0.30, 0.44, 0.35. Web safe color of #a5735c is #996666. Color #a5735c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 01011100
Octal 245 163 134
Decimal 165 115 92
Hex A5 73 5C

RGB Percentages of Color #a5735c

%44.35
%30.91
%24.73

CMYK Percentages of Color #a5735c

%0
%30
%44
%35

Triadic Colors of #a5735c

#a5735c #5ca573 #735ca5

Analogous Colors of #a5735c

#a5735c #a5985c #a55c6a

Monochromatic Colors of #a5735c

#a5735c

Complementary Color

#a5735c #5c8ea5

#a5735c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5735c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5735c Color CSS Codes

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

#a5735c Text Font Color

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

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


#a5735c Background Color

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

This div background color is #a5735c


#a5735c Border Color

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

This div border color is #a5735c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5735c


Comments

No comments written yet.

Please login to write comment.