Color Hex Logo

#a05656 Color Hex

#A05656
(160,86,86)
0 Favorites   0 Comments

Color spaces of #a05656

RGB 1608686
HSL0.000.300.48
HSV46°63°
CMYK 0.000.460.46   0.37
XYZ19.504714.801010.6330
Yxy14.80100.43400.3294
Hunter Lab38.472123.170410.5437
CIE-Lab45.360430.435013.6933

#a05656 color RGB value is (160,86,86).

#a05656 hex color red value is 160, green value is 86 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a05656 hue: 0.00 , saturation: 0.30 and the lightness value of a05656 is 0.48.

The process color (four color CMYK) of #a05656 color hex is 0.00, 0.46, 0.46, 0.37. Web safe color of #a05656 is #996666. Color #a05656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 01010110
Octal 240 126 126
Decimal 160 86 86
Hex A0 56 56

RGB Percentages of Color #a05656

%48.19
%25.90
%25.90

CMYK Percentages of Color #a05656

%0
%46
%46
%37

Triadic Colors of #a05656

#a05656 #56a056 #5656a0

Analogous Colors of #a05656

#a05656 #a07b56 #a0567b

Monochromatic Colors of #a05656

#a05656

Complementary Color

#a05656 #56a0a0

#a05656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05656 Color CSS Codes

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

#a05656 Text Font Color

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

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


#a05656 Background Color

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

This div background color is #a05656


#a05656 Border Color

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

This div border color is #a05656


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,86,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a05656; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a05656;
  -webkit-box-shadow: 1px 1px 3px 2px #a05656;
  box-shadow:         1px 1px 3px 2px #a05656; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05656


Comments

No comments written yet.

Please login to write comment.