Color Hex Logo

#a07a1d Color Hex

#A07A1D
(160,122,29)
0 Favorites   0 Comments

Color spaces of #a07a1d

RGB 16012229
HSL0.120.690.37
HSV43°82°63°
CMYK 0.000.240.82   0.37
XYZ21.678521.48144.1661
Yxy21.48140.45810.4539
Hunter Lab46.34802.381327.1142
CIE-Lab53.47246.042452.3862

#a07a1d color RGB value is (160,122,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 00011101
Octal 240 172 35
Decimal 160 122 29
Hex A0 7A 1D

RGB Percentages of Color #a07a1d

%51.45
%39.23
%9.32

CMYK Percentages of Color #a07a1d

%0
%24
%82
%37

Triadic Colors of #a07a1d

#a07a1d #1da07a #7a1da0

Analogous Colors of #a07a1d

#a07a1d #85a01d #a0391d

Monochromatic Colors of #a07a1d

#a07a1d

Complementary Color

#a07a1d #1d43a0

#a07a1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07a1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07a1d Color CSS Codes

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

#a07a1d Text Font Color

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

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


#a07a1d Background Color

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

This div background color is #a07a1d


#a07a1d Border Color

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

This div border color is #a07a1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07a1d


Comments

No comments written yet.

Please login to write comment.