Color Hex Logo

#a0833e Color Hex

#A0833E
(160,131,62)
0 Favorites   0 Comments

Color spaces of #a0833e

RGB 16013162
HSL0.120.440.44
HSV42°61°63°
CMYK 0.000.180.61   0.37
XYZ23.483024.05407.9626
Yxy24.05400.42310.4334
Hunter Lab49.0449-0.361624.7055
CIE-Lab56.14182.787640.7461

#a0833e color RGB value is (160,131,62).

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

The process color (four color CMYK) of #a0833e color hex is 0.00, 0.18, 0.61, 0.37. Web safe color of #a0833e is #999933. Color #a0833e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000011 00111110
Octal 240 203 76
Decimal 160 131 62
Hex A0 83 3E

RGB Percentages of Color #a0833e

%45.33
%37.11
%17.56

CMYK Percentages of Color #a0833e

%0
%18
%61
%37

Triadic Colors of #a0833e

#a0833e #3ea083 #833ea0

Analogous Colors of #a0833e

#a0833e #8ca03e #a0523e

Monochromatic Colors of #a0833e

#a0833e

Complementary Color

#a0833e #3e5ba0

#a0833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0833e Color CSS Codes

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

#a0833e Text Font Color

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

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


#a0833e Background Color

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

This div background color is #a0833e


#a0833e Border Color

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

This div border color is #a0833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0833e


Comments

No comments written yet.

Please login to write comment.