Color Hex Logo

#a07035 Color Hex

#A07035
(160,112,53)
0 Favorites   0 Comments

Color spaces of #a07035

RGB 16011253
HSL0.090.500.42
HSV33°67°63°
CMYK 0.000.300.67   0.37
XYZ20.934019.31905.9938
Yxy19.31900.45270.4177
Hunter Lab43.95348.097122.6822
CIE-Lab51.058412.909739.5366

#a07035 color RGB value is (160,112,53).

#a07035 hex color red value is 160, green value is 112 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a07035 hue: 0.09 , saturation: 0.50 and the lightness value of a07035 is 0.42.

The process color (four color CMYK) of #a07035 color hex is 0.00, 0.30, 0.67, 0.37. Web safe color of #a07035 is #996633. Color #a07035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 00110101
Octal 240 160 65
Decimal 160 112 53
Hex A0 70 35

RGB Percentages of Color #a07035

%49.23
%34.46
%16.31

CMYK Percentages of Color #a07035

%0
%30
%67
%37

Triadic Colors of #a07035

#a07035 #35a070 #7035a0

Analogous Colors of #a07035

#a07035 #9ba035 #a03b35

Monochromatic Colors of #a07035

#a07035

Complementary Color

#a07035 #3565a0

#a07035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07035 Color CSS Codes

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

#a07035 Text Font Color

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

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


#a07035 Background Color

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

This div background color is #a07035


#a07035 Border Color

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

This div border color is #a07035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07035


Comments

No comments written yet.

Please login to write comment.