Color Hex Logo

#a8765d Color Hex

#A8765D
(168,118,93)
0 Favorites   0 Comments

Color spaces of #a8765d

RGB 16811893
HSL0.060.300.51
HSV20°45°66°
CMYK 0.000.300.45   0.34
XYZ24.602722.072013.3195
Yxy22.07200.41010.3679
Hunter Lab46.980811.259516.0773
CIE-Lab54.103316.483621.5853

#a8765d color RGB value is (168,118,93).

#a8765d hex color red value is 168, green value is 118 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a8765d hue: 0.06 , saturation: 0.30 and the lightness value of a8765d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 01011101
Octal 250 166 135
Decimal 168 118 93
Hex A8 76 5D

RGB Percentages of Color #a8765d

%44.33
%31.13
%24.54

CMYK Percentages of Color #a8765d

%0
%30
%45
%34

Triadic Colors of #a8765d

#a8765d #5da876 #765da8

Analogous Colors of #a8765d

#a8765d #a89c5d #a85d6a

Monochromatic Colors of #a8765d

#a8765d

Complementary Color

#a8765d #5d8fa8

#a8765d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8765d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8765d Color CSS Codes

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

#a8765d Text Font Color

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

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


#a8765d Background Color

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

This div background color is #a8765d


#a8765d Border Color

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

This div border color is #a8765d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8765d


Comments

No comments written yet.

Please login to write comment.