Color Hex Logo

#a25327 Color Hex

#A25327
(162,83,39)
0 Favorites   0 Comments

Color spaces of #a25327

RGB 1628339
HSL0.060.610.39
HSV21°76°64°
CMYK 0.000.490.76   0.36
XYZ18.359814.01443.6568
Yxy14.01440.50960.3890
Hunter Lab37.435822.029820.4135
CIE-Lab44.253629.318739.3581

#a25327 color RGB value is (162,83,39).

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

The process color (four color CMYK) of #a25327 color hex is 0.00, 0.49, 0.76, 0.36. Web safe color of #a25327 is #996633. Color #a25327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 00100111
Octal 242 123 47
Decimal 162 83 39
Hex A2 53 27

RGB Percentages of Color #a25327

%57.04
%29.23
%13.73

CMYK Percentages of Color #a25327

%0
%49
%76
%36

Triadic Colors of #a25327

#a25327 #27a253 #5327a2

Analogous Colors of #a25327

#a25327 #a29127 #a22739

Monochromatic Colors of #a25327

#a25327

Complementary Color

#a25327 #2776a2

#a25327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25327 Color CSS Codes

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

#a25327 Text Font Color

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

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


#a25327 Background Color

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

This div background color is #a25327


#a25327 Border Color

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

This div border color is #a25327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25327


Comments

No comments written yet.

Please login to write comment.