Color Hex Logo

#a88569 Color Hex

#A88569
(168,133,105)
0 Favorites   0 Comments

Color spaces of #a88569

RGB 168133105
HSL0.070.270.54
HSV27°38°66°
CMYK 0.000.210.38   0.34
XYZ27.085826.119816.9787
Yxy26.11980.38590.3722
Hunter Lab51.10755.162616.0782
CIE-Lab58.15069.417120.1965

#a88569 color RGB value is (168,133,105).

#a88569 hex color red value is 168, green value is 133 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #a88569 hue: 0.07 , saturation: 0.27 and the lightness value of a88569 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 01101001
Octal 250 205 151
Decimal 168 133 105
Hex A8 85 69

RGB Percentages of Color #a88569

%41.38
%32.76
%25.86

CMYK Percentages of Color #a88569

%0
%21
%38
%34

Triadic Colors of #a88569

#a88569 #69a885 #8569a8

Analogous Colors of #a88569

#a88569 #a8a569 #a8696d

Monochromatic Colors of #a88569

#a88569

Complementary Color

#a88569 #698ca8

#a88569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88569 Color CSS Codes

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

#a88569 Text Font Color

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

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


#a88569 Background Color

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

This div background color is #a88569


#a88569 Border Color

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

This div border color is #a88569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88569


Comments

No comments written yet.

Please login to write comment.