Color Hex Logo

#a6566b Color Hex

#A6566B
(166,86,107)
0 Favorites   0 Comments

Color spaces of #a6566b

RGB 16686107
HSL0.960.320.49
HSV344°48°65°
CMYK 0.000.480.36   0.35
XYZ21.707515.824115.8202
Yxy15.82410.40690.2966
Hunter Lab39.779527.79254.2662
CIE-Lab46.742935.18513.0343

#a6566b color RGB value is (166,86,107).

#a6566b hex color red value is 166, green value is 86 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a6566b hue: 0.96 , saturation: 0.32 and the lightness value of a6566b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 01101011
Octal 246 126 153
Decimal 166 86 107
Hex A6 56 6B

RGB Percentages of Color #a6566b

%46.24
%23.96
%29.81

CMYK Percentages of Color #a6566b

%0
%48
%36
%35

Triadic Colors of #a6566b

#a6566b #6ba656 #566ba6

Analogous Colors of #a6566b

#a6566b #a66956 #a65693

Monochromatic Colors of #a6566b

#a6566b

Complementary Color

#a6566b #56a691

#a6566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6566b Color CSS Codes

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

#a6566b Text Font Color

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

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


#a6566b Background Color

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

This div background color is #a6566b


#a6566b Border Color

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

This div border color is #a6566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6566b


Comments

No comments written yet.

Please login to write comment.