Color Hex Logo

#a09859 Color Hex

#A09859
(160,152,89)
0 Favorites   0 Comments

Color spaces of #a09859

RGB 16015289
HSL0.150.290.49
HSV53°44°63°
CMYK 0.000.050.44   0.37
XYZ27.528630.651313.9166
Yxy30.65130.38180.4251
Hunter Lab55.3636-8.130323.8510
CIE-Lab62.2122-6.306334.1041

#a09859 color RGB value is (160,152,89).

#a09859 hex color red value is 160, green value is 152 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a09859 hue: 0.15 , saturation: 0.29 and the lightness value of a09859 is 0.49.

The process color (four color CMYK) of #a09859 color hex is 0.00, 0.05, 0.44, 0.37. Web safe color of #a09859 is #999966. Color #a09859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 01011001
Octal 240 230 131
Decimal 160 152 89
Hex A0 98 59

RGB Percentages of Color #a09859

%39.90
%37.91
%22.19

CMYK Percentages of Color #a09859

%0
%5
%44
%37

Triadic Colors of #a09859

#a09859 #59a098 #9859a0

Analogous Colors of #a09859

#a09859 #85a059 #a07559

Monochromatic Colors of #a09859

#a09859

Complementary Color

#a09859 #5961a0

#a09859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09859 Color CSS Codes

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

#a09859 Text Font Color

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

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


#a09859 Background Color

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

This div background color is #a09859


#a09859 Border Color

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

This div border color is #a09859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09859


Comments

No comments written yet.

Please login to write comment.