Color Hex Logo

#a07a20 Color Hex

#A07A20
(160,122,32)
0 Favorites   0 Comments

Color spaces of #a07a20

RGB 16012232
HSL0.120.670.38
HSV42°80°63°
CMYK 0.000.240.80   0.37
XYZ21.717421.49694.3712
Yxy21.49690.45640.4518
Hunter Lab46.36472.471726.8656
CIE-Lab53.48916.153051.3267

#a07a20 color RGB value is (160,122,32).

#a07a20 hex color red value is 160, green value is 122 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a07a20 hue: 0.12 , saturation: 0.67 and the lightness value of a07a20 is 0.38.

The process color (four color CMYK) of #a07a20 color hex is 0.00, 0.24, 0.80, 0.37. Web safe color of #a07a20 is #996633. Color #a07a20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 00100000
Octal 240 172 40
Decimal 160 122 32
Hex A0 7A 20

RGB Percentages of Color #a07a20

%50.96
%38.85
%10.19

CMYK Percentages of Color #a07a20

%0
%24
%80
%37

Triadic Colors of #a07a20

#a07a20 #20a07a #7a20a0

Analogous Colors of #a07a20

#a07a20 #86a020 #a03a20

Monochromatic Colors of #a07a20

#a07a20

Complementary Color

#a07a20 #2046a0

#a07a20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07a20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07a20 Color CSS Codes

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

#a07a20 Text Font Color

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

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


#a07a20 Background Color

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

This div background color is #a07a20


#a07a20 Border Color

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

This div border color is #a07a20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07a20


Comments

No comments written yet.

Please login to write comment.