Color Hex Logo

#a08762 Color Hex

#A08762
(160,135,98)
0 Favorites   0 Comments

Color spaces of #a08762

RGB 16013598
HSL0.100.250.51
HSV36°39°63°
CMYK 0.000.160.39   0.37
XYZ25.365825.683415.1757
Yxy25.68340.38300.3878
Hunter Lab50.67880.655117.7208
CIE-Lab57.73534.089523.4344

#a08762 color RGB value is (160,135,98).

#a08762 hex color red value is 160, green value is 135 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a08762 hue: 0.10 , saturation: 0.25 and the lightness value of a08762 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 01100010
Octal 240 207 142
Decimal 160 135 98
Hex A0 87 62

RGB Percentages of Color #a08762

%40.71
%34.35
%24.94

CMYK Percentages of Color #a08762

%0
%16
%39
%37

Triadic Colors of #a08762

#a08762 #62a087 #8762a0

Analogous Colors of #a08762

#a08762 #9aa062 #a06862

Monochromatic Colors of #a08762

#a08762

Complementary Color

#a08762 #627ba0

#a08762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08762 Color CSS Codes

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

#a08762 Text Font Color

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

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


#a08762 Background Color

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

This div background color is #a08762


#a08762 Border Color

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

This div border color is #a08762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08762


Comments

No comments written yet.

Please login to write comment.