Color Hex Logo

#a56062 Color Hex

#A56062
(165,96,98)
0 Favorites   0 Comments

Color spaces of #a56062

RGB 1659698
HSL1.000.280.51
HSV358°42°65°
CMYK 0.000.420.41   0.35
XYZ21.904517.246913.7298
Yxy17.24690.41420.3261
Hunter Lab41.529421.47269.4690
CIE-Lab48.569628.232811.0353

#a56062 color RGB value is (165,96,98).

#a56062 hex color red value is 165, green value is 96 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a56062 hue: 1.00 , saturation: 0.28 and the lightness value of a56062 is 0.51.

The process color (four color CMYK) of #a56062 color hex is 0.00, 0.42, 0.41, 0.35. Web safe color of #a56062 is #996666. Color #a56062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 01100010
Octal 245 140 142
Decimal 165 96 98
Hex A5 60 62

RGB Percentages of Color #a56062

%45.96
%26.74
%27.30

CMYK Percentages of Color #a56062

%0
%42
%41
%35

Triadic Colors of #a56062

#a56062 #62a560 #6062a5

Analogous Colors of #a56062

#a56062 #a58160 #a56085

Monochromatic Colors of #a56062

#a56062

Complementary Color

#a56062 #60a5a3

#a56062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56062 Color CSS Codes

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

#a56062 Text Font Color

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

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


#a56062 Background Color

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

This div background color is #a56062


#a56062 Border Color

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

This div border color is #a56062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56062


Comments

No comments written yet.

Please login to write comment.