Color Hex Logo

#a15027 Color Hex

#A15027
(161,80,39)
0 Favorites   0 Comments

Color spaces of #a15027

RGB 1618039
HSL0.060.610.39
HSV20°76°63°
CMYK 0.000.500.76   0.37
XYZ17.932813.46093.5725
Yxy13.46090.51290.3850
Hunter Lab36.689123.040819.9092
CIE-Lab43.449730.525638.4718

#a15027 color RGB value is (161,80,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 00100111
Octal 241 120 47
Decimal 161 80 39
Hex A1 50 27

RGB Percentages of Color #a15027

%57.50
%28.57
%13.93

CMYK Percentages of Color #a15027

%0
%50
%76
%37

Triadic Colors of #a15027

#a15027 #27a150 #5027a1

Analogous Colors of #a15027

#a15027 #a18d27 #a1273b

Monochromatic Colors of #a15027

#a15027

Complementary Color

#a15027 #2778a1

#a15027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15027 Color CSS Codes

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

#a15027 Text Font Color

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

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


#a15027 Background Color

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

This div background color is #a15027


#a15027 Border Color

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

This div border color is #a15027


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,80,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 #a15027">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15027


Comments

No comments written yet.

Please login to write comment.