Color Hex Logo

#a08741 Color Hex

#A08741
(160,135,65)
0 Favorites   0 Comments

Color spaces of #a08741

RGB 16013565
HSL0.120.420.44
HSV44°59°63°
CMYK 0.000.160.59   0.37
XYZ24.115325.18328.5909
Yxy25.18320.41660.4350
Hunter Lab50.1829-2.042124.9780
CIE-Lab57.25350.787040.5184

#a08741 color RGB value is (160,135,65).

#a08741 hex color red value is 160, green value is 135 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a08741 hue: 0.12 , saturation: 0.42 and the lightness value of a08741 is 0.44.

The process color (four color CMYK) of #a08741 color hex is 0.00, 0.16, 0.59, 0.37. Web safe color of #a08741 is #999933. Color #a08741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 01000001
Octal 240 207 101
Decimal 160 135 65
Hex A0 87 41

RGB Percentages of Color #a08741

%44.44
%37.50
%18.06

CMYK Percentages of Color #a08741

%0
%16
%59
%37

Triadic Colors of #a08741

#a08741 #41a087 #8741a0

Analogous Colors of #a08741

#a08741 #8aa041 #a05841

Monochromatic Colors of #a08741

#a08741

Complementary Color

#a08741 #415aa0

#a08741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08741 Color CSS Codes

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

#a08741 Text Font Color

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

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


#a08741 Background Color

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

This div background color is #a08741


#a08741 Border Color

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

This div border color is #a08741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08741


Comments

No comments written yet.

Please login to write comment.