Color Hex Logo

#a65567 Color Hex

#A65567
(166,85,103)
0 Favorites   0 Comments

Color spaces of #a65567

RGB 16685103
HSL0.960.320.49
HSV347°49°65°
CMYK 0.000.490.38   0.35
XYZ21.422615.583314.7107
Yxy15.58330.41420.3013
Hunter Lab39.475727.78565.5384
CIE-Lab46.423035.22105.0005

#a65567 color RGB value is (166,85,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 01100111
Octal 246 125 147
Decimal 166 85 103
Hex A6 55 67

RGB Percentages of Color #a65567

%46.89
%24.01
%29.10

CMYK Percentages of Color #a65567

%0
%49
%38
%35

Triadic Colors of #a65567

#a65567 #67a655 #5567a6

Analogous Colors of #a65567

#a65567 #a66c55 #a65590

Monochromatic Colors of #a65567

#a65567

Complementary Color

#a65567 #55a694

#a65567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65567 Color CSS Codes

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

#a65567 Text Font Color

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

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


#a65567 Background Color

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

This div background color is #a65567


#a65567 Border Color

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

This div border color is #a65567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65567


Comments

No comments written yet.

Please login to write comment.