Color Hex Logo

#a8736b Color Hex

#A8736B
(168,115,107)
0 Favorites   0 Comments

Color spaces of #a8736b

RGB 168115107
HSL0.020.260.54
HSV36°66°
CMYK 0.000.320.36   0.34
XYZ24.933021.647816.7743
Yxy21.64780.39350.3417
Hunter Lab46.527214.232011.1934
CIE-Lab53.651319.851612.8728

#a8736b color RGB value is (168,115,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 01101011
Octal 250 163 153
Decimal 168 115 107
Hex A8 73 6B

RGB Percentages of Color #a8736b

%43.08
%29.49
%27.44

CMYK Percentages of Color #a8736b

%0
%32
%36
%34

Triadic Colors of #a8736b

#a8736b #6ba873 #736ba8

Analogous Colors of #a8736b

#a8736b #a8926b #a86b82

Monochromatic Colors of #a8736b

#a8736b

Complementary Color

#a8736b #6ba0a8

#a8736b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8736b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8736b Color CSS Codes

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

#a8736b Text Font Color

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

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


#a8736b Background Color

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

This div background color is #a8736b


#a8736b Border Color

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

This div border color is #a8736b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8736b


Comments

No comments written yet.

Please login to write comment.