Color Hex Logo

#a88078 Color Hex

#A88078
(168,128,120)
0 Favorites   0 Comments

Color spaces of #a88078

RGB 168128120
HSL0.030.220.56
HSV10°29°66°
CMYK 0.000.240.29   0.34
XYZ27.257825.119221.1812
Yxy25.11920.37060.3415
Hunter Lab50.11919.370810.0263
CIE-Lab57.191414.246610.3071

#a88078 color RGB value is (168,128,120).

#a88078 hex color red value is 168, green value is 128 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a88078 hue: 0.03 , saturation: 0.22 and the lightness value of a88078 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 01111000
Octal 250 200 170
Decimal 168 128 120
Hex A8 80 78

RGB Percentages of Color #a88078

%40.38
%30.77
%28.85

CMYK Percentages of Color #a88078

%0
%24
%29
%34

Triadic Colors of #a88078

#a88078 #78a880 #8078a8

Analogous Colors of #a88078

#a88078 #a89878 #a87888

Monochromatic Colors of #a88078

#a88078

Complementary Color

#a88078 #78a0a8

#a88078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88078 Color CSS Codes

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

#a88078 Text Font Color

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

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


#a88078 Background Color

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

This div background color is #a88078


#a88078 Border Color

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

This div border color is #a88078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88078


Comments

No comments written yet.

Please login to write comment.