Color Hex Logo

#a6715a Color Hex

#A6715A
(166,113,90)
0 Favorites   0 Comments

Color spaces of #a6715a

RGB 16611390
HSL0.050.300.50
HSV18°46°65°
CMYK 0.000.320.46   0.35
XYZ23.476520.655412.4224
Yxy20.65540.41510.3652
Hunter Lab45.448212.670715.6080
CIE-Lab52.570318.153321.2231

#a6715a color RGB value is (166,113,90).

#a6715a hex color red value is 166, green value is 113 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a6715a hue: 0.05 , saturation: 0.30 and the lightness value of a6715a is 0.50.

The process color (four color CMYK) of #a6715a color hex is 0.00, 0.32, 0.46, 0.35. Web safe color of #a6715a is #996666. Color #a6715a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 01011010
Octal 246 161 132
Decimal 166 113 90
Hex A6 71 5A

RGB Percentages of Color #a6715a

%44.99
%30.62
%24.39

CMYK Percentages of Color #a6715a

%0
%32
%46
%35

Triadic Colors of #a6715a

#a6715a #5aa671 #715aa6

Analogous Colors of #a6715a

#a6715a #a6975a #a65a69

Monochromatic Colors of #a6715a

#a6715a

Complementary Color

#a6715a #5a8fa6

#a6715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6715a Color CSS Codes

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

#a6715a Text Font Color

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

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


#a6715a Background Color

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

This div background color is #a6715a


#a6715a Border Color

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

This div border color is #a6715a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6715a


Comments

No comments written yet.

Please login to write comment.