Color Hex Logo

#a08832 Color Hex

#A08832
(160,136,50)
0 Favorites   0 Comments

Color spaces of #a08832

RGB 16013650
HSL0.130.520.41
HSV47°69°63°
CMYK 0.000.150.69   0.37
XYZ23.877125.31226.6449
Yxy25.31220.42760.4533
Hunter Lab50.3112-3.330727.3871
CIE-Lab57.3784-0.796947.7725

#a08832 color RGB value is (160,136,50).

#a08832 hex color red value is 160, green value is 136 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a08832 hue: 0.13 , saturation: 0.52 and the lightness value of a08832 is 0.41.

The process color (four color CMYK) of #a08832 color hex is 0.00, 0.15, 0.69, 0.37. Web safe color of #a08832 is #999933. Color #a08832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 00110010
Octal 240 210 62
Decimal 160 136 50
Hex A0 88 32

RGB Percentages of Color #a08832

%46.24
%39.31
%14.45

CMYK Percentages of Color #a08832

%0
%15
%69
%37

Triadic Colors of #a08832

#a08832 #32a088 #8832a0

Analogous Colors of #a08832

#a08832 #81a032 #a05132

Monochromatic Colors of #a08832

#a08832

Complementary Color

#a08832 #324aa0

#a08832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08832 Color CSS Codes

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

#a08832 Text Font Color

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

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


#a08832 Background Color

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

This div background color is #a08832


#a08832 Border Color

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

This div border color is #a08832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08832


Comments

No comments written yet.

Please login to write comment.