Color Hex Logo

#a8806d Color Hex

#A8806D
(168,128,109)
0 Favorites   0 Comments

Color spaces of #a8806d

RGB 168128109
HSL0.050.250.54
HSV19°35°66°
CMYK 0.000.240.35   0.34
XYZ26.627924.867317.8644
Yxy24.86730.38390.3585
Hunter Lab49.86718.047413.6669
CIE-Lab56.945912.745016.2792

#a8806d color RGB value is (168,128,109).

#a8806d hex color red value is 168, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a8806d hue: 0.05 , saturation: 0.25 and the lightness value of a8806d is 0.54.

The process color (four color CMYK) of #a8806d color hex is 0.00, 0.24, 0.35, 0.34. Web safe color of #a8806d is #999966. Color #a8806d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 01101101
Octal 250 200 155
Decimal 168 128 109
Hex A8 80 6D

RGB Percentages of Color #a8806d

%41.48
%31.60
%26.91

CMYK Percentages of Color #a8806d

%0
%24
%35
%34

Triadic Colors of #a8806d

#a8806d #6da880 #806da8

Analogous Colors of #a8806d

#a8806d #a89e6d #a86d78

Monochromatic Colors of #a8806d

#a8806d

Complementary Color

#a8806d #6d95a8

#a8806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8806d Color CSS Codes

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

#a8806d Text Font Color

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

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


#a8806d Background Color

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

This div background color is #a8806d


#a8806d Border Color

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

This div border color is #a8806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8806d


Comments

No comments written yet.

Please login to write comment.