Color Hex Logo

#a6486d Color Hex

#A6486D
(166,72,109)
0 Favorites   0 Comments

Color spaces of #a6486d

RGB 16672109
HSL0.930.390.47
HSV336°57°65°
CMYK 0.000.570.34   0.35
XYZ20.803613.845816.0440
Yxy13.84580.41040.2731
Hunter Lab37.209934.67960.4826
CIE-Lab44.011042.6581-2.1693

#a6486d color RGB value is (166,72,109).

#a6486d hex color red value is 166, green value is 72 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a6486d hue: 0.93 , saturation: 0.39 and the lightness value of a6486d is 0.47.

The process color (four color CMYK) of #a6486d color hex is 0.00, 0.57, 0.34, 0.35. Web safe color of #a6486d is #993366. Color #a6486d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 01101101
Octal 246 110 155
Decimal 166 72 109
Hex A6 48 6D

RGB Percentages of Color #a6486d

%47.84
%20.75
%31.41

CMYK Percentages of Color #a6486d

%0
%57
%34
%35

Triadic Colors of #a6486d

#a6486d #6da648 #486da6

Analogous Colors of #a6486d

#a6486d #a65248 #a6489c

Monochromatic Colors of #a6486d

#a6486d

Complementary Color

#a6486d #48a681

#a6486d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6486d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6486d Color CSS Codes

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

#a6486d Text Font Color

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

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


#a6486d Background Color

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

This div background color is #a6486d


#a6486d Border Color

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

This div border color is #a6486d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6486d


Comments

No comments written yet.

Please login to write comment.