Color Hex Logo

#a8556a Color Hex

#A8556A
(168,85,106)
0 Favorites   0 Comments

Color spaces of #a8556a

RGB 16885106
HSL0.960.330.50
HSV345°49°66°
CMYK 0.000.490.37   0.34
XYZ21.998515.862415.5380
Yxy15.86240.41200.2971
Hunter Lab39.827628.89484.7485
CIE-Lab46.793436.32673.7504

#a8556a color RGB value is (168,85,106).

#a8556a hex color red value is 168, green value is 85 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a8556a hue: 0.96 , saturation: 0.33 and the lightness value of a8556a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 01101010
Octal 250 125 152
Decimal 168 85 106
Hex A8 55 6A

RGB Percentages of Color #a8556a

%46.80
%23.68
%29.53

CMYK Percentages of Color #a8556a

%0
%49
%37
%34

Triadic Colors of #a8556a

#a8556a #6aa855 #556aa8

Analogous Colors of #a8556a

#a8556a #a86a55 #a85594

Monochromatic Colors of #a8556a

#a8556a

Complementary Color

#a8556a #55a893

#a8556a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8556a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8556a Color CSS Codes

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

#a8556a Text Font Color

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

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


#a8556a Background Color

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

This div background color is #a8556a


#a8556a Border Color

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

This div border color is #a8556a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8556a


Comments

No comments written yet.

Please login to write comment.