Color Hex Logo

#a08664 Color Hex

#A08664
(160,134,100)
0 Favorites   0 Comments

Color spaces of #a08664

RGB 160134100
HSL0.090.240.51
HSV34°38°63°
CMYK 0.000.160.38   0.37
XYZ25.322625.443915.6331
Yxy25.44390.38140.3832
Hunter Lab50.44191.336216.9341
CIE-Lab57.50544.897722.0065

#a08664 color RGB value is (160,134,100).

#a08664 hex color red value is 160, green value is 134 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a08664 hue: 0.09 , saturation: 0.24 and the lightness value of a08664 is 0.51.

The process color (four color CMYK) of #a08664 color hex is 0.00, 0.16, 0.38, 0.37. Web safe color of #a08664 is #999966. Color #a08664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 01100100
Octal 240 206 144
Decimal 160 134 100
Hex A0 86 64

RGB Percentages of Color #a08664

%40.61
%34.01
%25.38

CMYK Percentages of Color #a08664

%0
%16
%38
%37

Triadic Colors of #a08664

#a08664 #64a086 #8664a0

Analogous Colors of #a08664

#a08664 #9ca064 #a06864

Monochromatic Colors of #a08664

#a08664

Complementary Color

#a08664 #647ea0

#a08664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08664 Color CSS Codes

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

#a08664 Text Font Color

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

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


#a08664 Background Color

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

This div background color is #a08664


#a08664 Border Color

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

This div border color is #a08664


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,134,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 #a08664">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08664


Comments

No comments written yet.

Please login to write comment.