Color Hex Logo

#a07527 Color Hex

#A07527
(160,117,39)
0 Favorites   0 Comments

Color spaces of #a07527

RGB 16011739
HSL0.110.610.39
HSV39°76°63°
CMYK 0.000.270.76   0.37
XYZ21.224720.34264.7273
Yxy20.34260.45850.4394
Hunter Lab45.10285.069625.3577
CIE-Lab52.22249.283747.3314

#a07527 color RGB value is (160,117,39).

#a07527 hex color red value is 160, green value is 117 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a07527 hue: 0.11 , saturation: 0.61 and the lightness value of a07527 is 0.39.

The process color (four color CMYK) of #a07527 color hex is 0.00, 0.27, 0.76, 0.37. Web safe color of #a07527 is #996633. Color #a07527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 00100111
Octal 240 165 47
Decimal 160 117 39
Hex A0 75 27

RGB Percentages of Color #a07527

%50.63
%37.03
%12.34

CMYK Percentages of Color #a07527

%0
%27
%76
%37

Triadic Colors of #a07527

#a07527 #27a075 #7527a0

Analogous Colors of #a07527

#a07527 #8fa027 #a03927

Monochromatic Colors of #a07527

#a07527

Complementary Color

#a07527 #2752a0

#a07527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07527 Color CSS Codes

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

#a07527 Text Font Color

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

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


#a07527 Background Color

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

This div background color is #a07527


#a07527 Border Color

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

This div border color is #a07527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07527


Comments

No comments written yet.

Please login to write comment.