Color Hex Logo

#a88579 Color Hex

#A88579
(168,133,121)
0 Favorites   0 Comments

Color spaces of #a88579

RGB 168133121
HSL0.040.210.57
HSV15°28°66°
CMYK 0.000.210.28   0.34
XYZ27.987226.480421.7253
Yxy26.48040.36730.3475
Hunter Lab51.45917.027810.9900
CIE-Lab58.490311.563211.5627

#a88579 color RGB value is (168,133,121).

#a88579 hex color red value is 168, green value is 133 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a88579 hue: 0.04 , saturation: 0.21 and the lightness value of a88579 is 0.57.

The process color (four color CMYK) of #a88579 color hex is 0.00, 0.21, 0.28, 0.34. Web safe color of #a88579 is #999966. Color #a88579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 01111001
Octal 250 205 171
Decimal 168 133 121
Hex A8 85 79

RGB Percentages of Color #a88579

%39.81
%31.52
%28.67

CMYK Percentages of Color #a88579

%0
%21
%28
%34

Triadic Colors of #a88579

#a88579 #79a885 #8579a8

Analogous Colors of #a88579

#a88579 #a89d79 #a87985

Monochromatic Colors of #a88579

#a88579

Complementary Color

#a88579 #799ca8

#a88579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88579 Color CSS Codes

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

#a88579 Text Font Color

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

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


#a88579 Background Color

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

This div background color is #a88579


#a88579 Border Color

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

This div border color is #a88579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88579


Comments

No comments written yet.

Please login to write comment.