Color Hex Logo

#a56653 Color Hex

#A56653
(165,102,83)
0 Favorites   0 Comments

Color spaces of #a56653

RGB 16510283
HSL0.040.330.49
HSV14°50°65°
CMYK 0.000.380.50   0.35
XYZ21.829818.126610.5318
Yxy18.12660.43240.3590
Hunter Lab42.575317.016115.1363
CIE-Lab49.649323.230221.3811

#a56653 color RGB value is (165,102,83).

#a56653 hex color red value is 165, green value is 102 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #a56653 hue: 0.04 , saturation: 0.33 and the lightness value of a56653 is 0.49.

The process color (four color CMYK) of #a56653 color hex is 0.00, 0.38, 0.50, 0.35. Web safe color of #a56653 is #996666. Color #a56653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 01010011
Octal 245 146 123
Decimal 165 102 83
Hex A5 66 53

RGB Percentages of Color #a56653

%47.14
%29.14
%23.71

CMYK Percentages of Color #a56653

%0
%38
%50
%35

Triadic Colors of #a56653

#a56653 #53a566 #6653a5

Analogous Colors of #a56653

#a56653 #a58f53 #a55369

Monochromatic Colors of #a56653

#a56653

Complementary Color

#a56653 #5392a5

#a56653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56653 Color CSS Codes

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

#a56653 Text Font Color

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

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


#a56653 Background Color

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

This div background color is #a56653


#a56653 Border Color

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

This div border color is #a56653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56653


Comments

No comments written yet.

Please login to write comment.