Color Hex Logo

#a88059 Color Hex

#A88059
(168,128,89)
0 Favorites   0 Comments

Color spaces of #a88059

RGB 16812889
HSL0.080.310.50
HSV30°47°66°
CMYK 0.000.240.47   0.34
XYZ25.670824.484412.8242
Yxy24.48440.40760.3888
Hunter Lab49.48176.011719.2710
CIE-Lab56.569610.399427.0837

#a88059 color RGB value is (168,128,89).

#a88059 hex color red value is 168, green value is 128 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a88059 hue: 0.08 , saturation: 0.31 and the lightness value of a88059 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 01011001
Octal 250 200 131
Decimal 168 128 89
Hex A8 80 59

RGB Percentages of Color #a88059

%43.64
%33.25
%23.12

CMYK Percentages of Color #a88059

%0
%24
%47
%34

Triadic Colors of #a88059

#a88059 #59a880 #8059a8

Analogous Colors of #a88059

#a88059 #a8a859 #a85959

Monochromatic Colors of #a88059

#a88059

Complementary Color

#a88059 #5981a8

#a88059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88059 Color CSS Codes

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

#a88059 Text Font Color

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

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


#a88059 Background Color

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

This div background color is #a88059


#a88059 Border Color

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

This div border color is #a88059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88059


Comments

No comments written yet.

Please login to write comment.