Color Hex Logo

#a25d27 Color Hex

#A25D27
(162,93,39)
0 Favorites   0 Comments

Color spaces of #a25d27

RGB 1629339
HSL0.070.610.39
HSV26°76°64°
CMYK 0.000.430.76   0.36
XYZ19.180915.65663.9305
Yxy15.65660.49480.4039
Hunter Lab39.568417.283621.8084
CIE-Lab46.520723.792741.6957

#a25d27 color RGB value is (162,93,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 00100111
Octal 242 135 47
Decimal 162 93 39
Hex A2 5D 27

RGB Percentages of Color #a25d27

%55.10
%31.63
%13.27

CMYK Percentages of Color #a25d27

%0
%43
%76
%36

Triadic Colors of #a25d27

#a25d27 #27a25d #5d27a2

Analogous Colors of #a25d27

#a25d27 #a29b27 #a2272f

Monochromatic Colors of #a25d27

#a25d27

Complementary Color

#a25d27 #276ca2

#a25d27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25d27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25d27 Color CSS Codes

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

#a25d27 Text Font Color

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

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


#a25d27 Background Color

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

This div background color is #a25d27


#a25d27 Border Color

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

This div border color is #a25d27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25d27

#a25d27 Color Palettes


Comments

No comments written yet.

Please login to write comment.