Color Hex Logo

#a07333 Color Hex

#A07333
(160,115,51)
0 Favorites   0 Comments

Color spaces of #a07333

RGB 16011551
HSL0.100.520.41
HSV35°68°63°
CMYK 0.000.280.68   0.37
XYZ21.225519.97415.8686
Yxy19.97410.45100.4244
Hunter Lab44.69246.562323.4992
CIE-Lab51.807911.073941.3625

#a07333 color RGB value is (160,115,51).

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

The process color (four color CMYK) of #a07333 color hex is 0.00, 0.28, 0.68, 0.37. Web safe color of #a07333 is #996633. Color #a07333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 00110011
Octal 240 163 63
Decimal 160 115 51
Hex A0 73 33

RGB Percentages of Color #a07333

%49.08
%35.28
%15.64

CMYK Percentages of Color #a07333

%0
%28
%68
%37

Triadic Colors of #a07333

#a07333 #33a073 #7333a0

Analogous Colors of #a07333

#a07333 #97a033 #a03c33

Monochromatic Colors of #a07333

#a07333

Complementary Color

#a07333 #3360a0

#a07333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07333 Color CSS Codes

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

#a07333 Text Font Color

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

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


#a07333 Background Color

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

This div background color is #a07333


#a07333 Border Color

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

This div border color is #a07333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07333


Comments

No comments written yet.

Please login to write comment.