Color Hex Logo

#a7566d Color Hex

#A7566D
(167,86,109)
0 Favorites   0 Comments

Color spaces of #a7566d

RGB 16786109
HSL0.950.320.50
HSV343°49°65°
CMYK 0.000.490.35   0.35
XYZ22.024515.975216.3907
Yxy15.97520.40490.2937
Hunter Lab39.969028.41493.6643
CIE-Lab46.941935.80762.1285

#a7566d color RGB value is (167,86,109).

#a7566d hex color red value is 167, green value is 86 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a7566d hue: 0.95 , saturation: 0.32 and the lightness value of a7566d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010110 01101101
Octal 247 126 155
Decimal 167 86 109
Hex A7 56 6D

RGB Percentages of Color #a7566d

%46.13
%23.76
%30.11

CMYK Percentages of Color #a7566d

%0
%49
%35
%35

Triadic Colors of #a7566d

#a7566d #6da756 #566da7

Analogous Colors of #a7566d

#a7566d #a76856 #a75696

Monochromatic Colors of #a7566d

#a7566d

Complementary Color

#a7566d #56a790

#a7566d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7566d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7566d Color CSS Codes

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

#a7566d Text Font Color

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

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


#a7566d Background Color

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

This div background color is #a7566d


#a7566d Border Color

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

This div border color is #a7566d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7566d


Comments

No comments written yet.

Please login to write comment.