Color Hex Logo

#a6675f Color Hex

#A6675F
(166,103,95)
0 Favorites   0 Comments

Color spaces of #a6675f

RGB 16610395
HSL0.020.290.51
HSV43°65°
CMYK 0.000.380.43   0.35
XYZ22.641718.633713.2298
Yxy18.63370.41540.3419
Hunter Lab43.166818.084412.0455
CIE-Lab50.255924.365715.1752

#a6675f color RGB value is (166,103,95).

#a6675f hex color red value is 166, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a6675f hue: 0.02 , saturation: 0.29 and the lightness value of a6675f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100111 01011111
Octal 246 147 137
Decimal 166 103 95
Hex A6 67 5F

RGB Percentages of Color #a6675f

%45.60
%28.30
%26.10

CMYK Percentages of Color #a6675f

%0
%38
%43
%35

Triadic Colors of #a6675f

#a6675f #5fa667 #675fa6

Analogous Colors of #a6675f

#a6675f #a68b5f #a65f7b

Monochromatic Colors of #a6675f

#a6675f

Complementary Color

#a6675f #5f9ea6

#a6675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6675f Color CSS Codes

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

#a6675f Text Font Color

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

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


#a6675f Background Color

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

This div background color is #a6675f


#a6675f Border Color

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

This div border color is #a6675f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6675f


Comments

No comments written yet.

Please login to write comment.