Color Hex Logo

#a5653e Color Hex

#A5653E
(165,101,62)
0 Favorites   0 Comments

Color spaces of #a5653e

RGB 16510162
HSL0.060.450.45
HSV23°62°65°
CMYK 0.000.390.62   0.35
XYZ21.040217.65456.8561
Yxy17.65450.46190.3876
Hunter Lab42.017315.853919.7375
CIE-Lab49.074321.971232.6296

#a5653e color RGB value is (165,101,62).

#a5653e hex color red value is 165, green value is 101 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a5653e hue: 0.06 , saturation: 0.45 and the lightness value of a5653e is 0.45.

The process color (four color CMYK) of #a5653e color hex is 0.00, 0.39, 0.62, 0.35. Web safe color of #a5653e is #996633. Color #a5653e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 00111110
Octal 245 145 76
Decimal 165 101 62
Hex A5 65 3E

RGB Percentages of Color #a5653e

%50.30
%30.79
%18.90

CMYK Percentages of Color #a5653e

%0
%39
%62
%35

Triadic Colors of #a5653e

#a5653e #3ea565 #653ea5

Analogous Colors of #a5653e

#a5653e #a5993e #a53e4a

Monochromatic Colors of #a5653e

#a5653e

Complementary Color

#a5653e #3e7ea5

#a5653e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5653e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5653e Color CSS Codes

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

#a5653e Text Font Color

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

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


#a5653e Background Color

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

This div background color is #a5653e


#a5653e Border Color

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

This div border color is #a5653e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,101,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5653e


Comments

No comments written yet.

Please login to write comment.