Color Hex Logo

#a8646f Color Hex

#A8646F
(168,100,111)
0 Favorites   0 Comments

Color spaces of #a8646f

RGB 168100111
HSL0.970.280.53
HSV350°40°66°
CMYK 0.000.400.34   0.34
XYZ23.574918.586917.3840
Yxy18.58690.39590.3121
Hunter Lab43.112522.16096.2716
CIE-Lab50.200428.80615.6393

#a8646f color RGB value is (168,100,111).

#a8646f hex color red value is 168, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a8646f hue: 0.97 , saturation: 0.28 and the lightness value of a8646f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100100 01101111
Octal 250 144 157
Decimal 168 100 111
Hex A8 64 6F

RGB Percentages of Color #a8646f

%44.33
%26.39
%29.29

CMYK Percentages of Color #a8646f

%0
%40
%34
%34

Triadic Colors of #a8646f

#a8646f #6fa864 #646fa8

Analogous Colors of #a8646f

#a8646f #a87b64 #a86491

Monochromatic Colors of #a8646f

#a8646f

Complementary Color

#a8646f #64a89d

#a8646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8646f Color CSS Codes

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

#a8646f Text Font Color

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

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


#a8646f Background Color

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

This div background color is #a8646f


#a8646f Border Color

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

This div border color is #a8646f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8646f


Comments

No comments written yet.

Please login to write comment.