Color Hex Logo

#a88064 Color Hex

#A88064
(168,128,100)
0 Favorites   0 Comments

Color spaces of #a88064

RGB 168128100
HSL0.070.280.53
HSV25°40°66°
CMYK 0.000.240.40   0.34
XYZ26.167924.683315.4417
Yxy24.68330.39470.3723
Hunter Lab49.68237.072816.3497
CIE-Lab56.765511.627621.1601

#a88064 color RGB value is (168,128,100).

#a88064 hex color red value is 168, green value is 128 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a88064 hue: 0.07 , saturation: 0.28 and the lightness value of a88064 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 01100100
Octal 250 200 144
Decimal 168 128 100
Hex A8 80 64

RGB Percentages of Color #a88064

%42.42
%32.32
%25.25

CMYK Percentages of Color #a88064

%0
%24
%40
%34

Triadic Colors of #a88064

#a88064 #64a880 #8064a8

Analogous Colors of #a88064

#a88064 #a8a264 #a8646a

Monochromatic Colors of #a88064

#a88064

Complementary Color

#a88064 #648ca8

#a88064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88064 Color CSS Codes

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

#a88064 Text Font Color

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

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


#a88064 Background Color

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

This div background color is #a88064


#a88064 Border Color

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

This div border color is #a88064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88064


Comments

No comments written yet.

Please login to write comment.