Color Hex Logo

#a27025 Color Hex

#A27025
(162,112,37)
0 Favorites   0 Comments

Color spaces of #a27025

RGB 16211237
HSL0.100.630.39
HSV36°77°64°
CMYK 0.000.310.77   0.36
XYZ21.028419.40334.3872
Yxy19.40330.46920.4329
Hunter Lab44.04928.127124.9293
CIE-Lab51.155712.943147.2203

#a27025 color RGB value is (162,112,37).

#a27025 hex color red value is 162, green value is 112 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a27025 hue: 0.10 , saturation: 0.63 and the lightness value of a27025 is 0.39.

The process color (four color CMYK) of #a27025 color hex is 0.00, 0.31, 0.77, 0.36. Web safe color of #a27025 is #996633. Color #a27025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110000 00100101
Octal 242 160 45
Decimal 162 112 37
Hex A2 70 25

RGB Percentages of Color #a27025

%52.09
%36.01
%11.90

CMYK Percentages of Color #a27025

%0
%31
%77
%36

Triadic Colors of #a27025

#a27025 #25a270 #7025a2

Analogous Colors of #a27025

#a27025 #96a225 #a23225

Monochromatic Colors of #a27025

#a27025

Complementary Color

#a27025 #2557a2

#a27025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27025 Color CSS Codes

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

#a27025 Text Font Color

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

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


#a27025 Background Color

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

This div background color is #a27025


#a27025 Border Color

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

This div border color is #a27025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27025


Comments

No comments written yet.

Please login to write comment.