Color Hex Logo

#a8764d Color Hex

#A8764D
(168,118,77)
0 Favorites   0 Comments

Color spaces of #a8764d

RGB 16811877
HSL0.080.370.48
HSV27°54°66°
CMYK 0.000.300.54   0.34
XYZ23.966421.81759.9692
Yxy21.81750.42990.3913
Hunter Lab46.70929.846920.0421
CIE-Lab53.832814.878430.2588

#a8764d color RGB value is (168,118,77).

#a8764d hex color red value is 168, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a8764d hue: 0.08 , saturation: 0.37 and the lightness value of a8764d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 01001101
Octal 250 166 115
Decimal 168 118 77
Hex A8 76 4D

RGB Percentages of Color #a8764d

%46.28
%32.51
%21.21

CMYK Percentages of Color #a8764d

%0
%30
%54
%34

Triadic Colors of #a8764d

#a8764d #4da876 #764da8

Analogous Colors of #a8764d

#a8764d #a8a44d #a84d51

Monochromatic Colors of #a8764d

#a8764d

Complementary Color

#a8764d #4d7fa8

#a8764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8764d Color CSS Codes

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

#a8764d Text Font Color

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

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


#a8764d Background Color

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

This div background color is #a8764d


#a8764d Border Color

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

This div border color is #a8764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8764d


Comments

No comments written yet.

Please login to write comment.