Color Hex Logo

#a0886a Color Hex

#A0886A
(160,136,106)
0 Favorites   0 Comments

Color spaces of #a0886a

RGB 160136106
HSL0.090.220.52
HSV33°34°63°
CMYK 0.000.150.34   0.37
XYZ25.902926.122517.3126
Yxy26.12250.37360.3767
Hunter Lab51.11021.021915.6938
CIE-Lab58.15314.544819.4998

#a0886a color RGB value is (160,136,106).

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

The process color (four color CMYK) of #a0886a color hex is 0.00, 0.15, 0.34, 0.37. Web safe color of #a0886a is #999966. Color #a0886a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 01101010
Octal 240 210 152
Decimal 160 136 106
Hex A0 88 6A

RGB Percentages of Color #a0886a

%39.80
%33.83
%26.37

CMYK Percentages of Color #a0886a

%0
%15
%34
%37

Triadic Colors of #a0886a

#a0886a #6aa088 #886aa0

Analogous Colors of #a0886a

#a0886a #9da06a #a06d6a

Monochromatic Colors of #a0886a

#a0886a

Complementary Color

#a0886a #6a82a0

#a0886a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0886a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0886a Color CSS Codes

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

#a0886a Text Font Color

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

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


#a0886a Background Color

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

This div background color is #a0886a


#a0886a Border Color

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

This div border color is #a0886a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0886a


Comments

No comments written yet.

Please login to write comment.