Color Hex Logo

#a27325 Color Hex

#A27325
(162,115,37)
0 Favorites   0 Comments

Color spaces of #a27325

RGB 16211537
HSL0.100.630.39
HSV37°77°64°
CMYK 0.000.290.77   0.36
XYZ21.365020.07644.4993
Yxy20.07640.46510.4370
Hunter Lab44.80676.701725.4110
CIE-Lab51.923511.238947.9648

#a27325 color RGB value is (162,115,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110011 00100101
Octal 242 163 45
Decimal 162 115 37
Hex A2 73 25

RGB Percentages of Color #a27325

%51.59
%36.62
%11.78

CMYK Percentages of Color #a27325

%0
%29
%77
%36

Triadic Colors of #a27325

#a27325 #25a273 #7325a2

Analogous Colors of #a27325

#a27325 #93a225 #a23525

Monochromatic Colors of #a27325

#a27325

Complementary Color

#a27325 #2554a2

#a27325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27325 Color CSS Codes

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

#a27325 Text Font Color

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

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


#a27325 Background Color

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

This div background color is #a27325


#a27325 Border Color

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

This div border color is #a27325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27325


Comments

No comments written yet.

Please login to write comment.