Color Hex Logo

#a08750 Color Hex

#A08750
(160,135,80)
0 Favorites   0 Comments

Color spaces of #a08750

RGB 16013580
HSL0.110.330.47
HSV41°50°63°
CMYK 0.000.160.50   0.37
XYZ24.609125.380711.1913
Yxy25.38070.40220.4148
Hunter Lab50.3793-0.970622.0947
CIE-Lab57.44452.109732.9434

#a08750 color RGB value is (160,135,80).

#a08750 hex color red value is 160, green value is 135 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a08750 hue: 0.11 , saturation: 0.33 and the lightness value of a08750 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 01010000
Octal 240 207 120
Decimal 160 135 80
Hex A0 87 50

RGB Percentages of Color #a08750

%42.67
%36.00
%21.33

CMYK Percentages of Color #a08750

%0
%16
%50
%37

Triadic Colors of #a08750

#a08750 #50a087 #8750a0

Analogous Colors of #a08750

#a08750 #91a050 #a05f50

Monochromatic Colors of #a08750

#a08750

Complementary Color

#a08750 #5069a0

#a08750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08750 Color CSS Codes

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

#a08750 Text Font Color

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

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


#a08750 Background Color

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

This div background color is #a08750


#a08750 Border Color

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

This div border color is #a08750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,135,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08750


Comments

No comments written yet.

Please login to write comment.