Color Hex Logo

#a8803c Color Hex

#A8803C
(168,128,60)
0 Favorites   0 Comments

Color spaces of #a8803c

RGB 16812860
HSL0.100.470.45
HSV38°64°66°
CMYK 0.000.240.64   0.34
XYZ24.683224.08947.6237
Yxy24.08940.43770.4271
Hunter Lab49.08103.877425.1472
CIE-Lab56.17727.891742.0109

#a8803c color RGB value is (168,128,60).

#a8803c hex color red value is 168, green value is 128 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a8803c hue: 0.10 , saturation: 0.47 and the lightness value of a8803c is 0.45.

The process color (four color CMYK) of #a8803c color hex is 0.00, 0.24, 0.64, 0.34. Web safe color of #a8803c is #999933. Color #a8803c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 00111100
Octal 250 200 74
Decimal 168 128 60
Hex A8 80 3C

RGB Percentages of Color #a8803c

%47.19
%35.96
%16.85

CMYK Percentages of Color #a8803c

%0
%24
%64
%34

Triadic Colors of #a8803c

#a8803c #3ca880 #803ca8

Analogous Colors of #a8803c

#a8803c #9aa83c #a84a3c

Monochromatic Colors of #a8803c

#a8803c

Complementary Color

#a8803c #3c64a8

#a8803c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8803c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8803c Color CSS Codes

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

#a8803c Text Font Color

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

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


#a8803c Background Color

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

This div background color is #a8803c


#a8803c Border Color

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

This div border color is #a8803c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8803c


Comments

No comments written yet.

Please login to write comment.