Color Hex Logo

#a0883b Color Hex

#A0883B
(160,136,59)
0 Favorites   0 Comments

Color spaces of #a0883b

RGB 16013659
HSL0.130.460.43
HSV46°63°63°
CMYK 0.000.150.63   0.37
XYZ24.090825.39777.7702
Yxy25.39770.42070.4436
Hunter Lab50.3961-2.865126.1358
CIE-Lab57.4609-0.214243.6995

#a0883b color RGB value is (160,136,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 00111011
Octal 240 210 73
Decimal 160 136 59
Hex A0 88 3B

RGB Percentages of Color #a0883b

%45.07
%38.31
%16.62

CMYK Percentages of Color #a0883b

%0
%15
%63
%37

Triadic Colors of #a0883b

#a0883b #3ba088 #883ba0

Analogous Colors of #a0883b

#a0883b #86a03b #a0563b

Monochromatic Colors of #a0883b

#a0883b

Complementary Color

#a0883b #3b53a0

#a0883b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0883b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0883b Color CSS Codes

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

#a0883b Text Font Color

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

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


#a0883b Background Color

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

This div background color is #a0883b


#a0883b Border Color

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

This div border color is #a0883b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0883b


Comments

No comments written yet.

Please login to write comment.