Color Hex Logo

#a8536a Color Hex

#A8536A
(168,83,106)
0 Favorites   0 Comments

Color spaces of #a8536a

RGB 16883106
HSL0.950.340.49
HSV344°51°66°
CMYK 0.000.510.37   0.34
XYZ21.843215.552015.4862
Yxy15.55200.41310.2941
Hunter Lab39.436029.85624.3225
CIE-Lab46.381237.37973.1559

#a8536a color RGB value is (168,83,106).

#a8536a hex color red value is 168, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a8536a hue: 0.95 , saturation: 0.34 and the lightness value of a8536a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 01101010
Octal 250 123 152
Decimal 168 83 106
Hex A8 53 6A

RGB Percentages of Color #a8536a

%47.06
%23.25
%29.69

CMYK Percentages of Color #a8536a

%0
%51
%37
%34

Triadic Colors of #a8536a

#a8536a #6aa853 #536aa8

Analogous Colors of #a8536a

#a8536a #a86753 #a85395

Monochromatic Colors of #a8536a

#a8536a

Complementary Color

#a8536a #53a891

#a8536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8536a Color CSS Codes

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

#a8536a Text Font Color

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

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


#a8536a Background Color

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

This div background color is #a8536a


#a8536a Border Color

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

This div border color is #a8536a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,83,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 #a8536a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8536a


Comments

No comments written yet.

Please login to write comment.