Color Hex Logo

#a8716b Color Hex

#A8716B
(168,113,107)
0 Favorites   0 Comments

Color spaces of #a8716b

RGB 168113107
HSL0.020.260.54
HSV36°66°
CMYK 0.000.330.36   0.34
XYZ24.707421.196616.6991
Yxy21.19660.39470.3386
Hunter Lab46.039815.223110.7227
CIE-Lab53.164020.983812.1931

#a8716b color RGB value is (168,113,107).

#a8716b hex color red value is 168, green value is 113 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a8716b hue: 0.02 , saturation: 0.26 and the lightness value of a8716b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110001 01101011
Octal 250 161 153
Decimal 168 113 107
Hex A8 71 6B

RGB Percentages of Color #a8716b

%43.30
%29.12
%27.58

CMYK Percentages of Color #a8716b

%0
%33
%36
%34

Triadic Colors of #a8716b

#a8716b #6ba871 #716ba8

Analogous Colors of #a8716b

#a8716b #a8906b #a86b84

Monochromatic Colors of #a8716b

#a8716b

Complementary Color

#a8716b #6ba2a8

#a8716b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8716b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8716b Color CSS Codes

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

#a8716b Text Font Color

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

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


#a8716b Background Color

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

This div background color is #a8716b


#a8716b Border Color

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

This div border color is #a8716b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8716b


Comments

No comments written yet.

Please login to write comment.