Color Hex Logo

#a6555f Color Hex

#A6555F
(166,85,95)
3 Favorites   0 Comments

Color spaces of #a6555f

RGB 1668595
HSL0.980.320.49
HSV353°49°65°
CMYK 0.000.490.43   0.35
XYZ21.039915.430212.6959
Yxy15.43020.42790.3138
Hunter Lab39.281326.86628.3341
CIE-Lab46.217934.28229.5640

#a6555f color RGB value is (166,85,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 01011111
Octal 246 125 137
Decimal 166 85 95
Hex A6 55 5F

RGB Percentages of Color #a6555f

%47.98
%24.57
%27.46

CMYK Percentages of Color #a6555f

%0
%49
%43
%35

Triadic Colors of #a6555f

#a6555f #5fa655 #555fa6

Analogous Colors of #a6555f

#a6555f #a67455 #a65588

Monochromatic Colors of #a6555f

#a6555f

Complementary Color

#a6555f #55a69c

#a6555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6555f Color CSS Codes

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

#a6555f Text Font Color

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

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


#a6555f Background Color

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

This div background color is #a6555f


#a6555f Border Color

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

This div border color is #a6555f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6555f


Comments

No comments written yet.

Please login to write comment.