Color Hex Logo

#a25523 Color Hex

#A25523
(162,85,35)
0 Favorites   0 Comments

Color spaces of #a25523

RGB 1628535
HSL0.070.640.39
HSV24°78°64°
CMYK 0.000.480.78   0.36
XYZ18.452214.29973.3777
Yxy14.29970.51070.3958
Hunter Lab37.814920.924821.1746
CIE-Lab44.659728.052241.7437

#a25523 color RGB value is (162,85,35).

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

The process color (four color CMYK) of #a25523 color hex is 0.00, 0.48, 0.78, 0.36. Web safe color of #a25523 is #996633. Color #a25523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010101 00100011
Octal 242 125 43
Decimal 162 85 35
Hex A2 55 23

RGB Percentages of Color #a25523

%57.45
%30.14
%12.41

CMYK Percentages of Color #a25523

%0
%48
%78
%36

Triadic Colors of #a25523

#a25523 #23a255 #5523a2

Analogous Colors of #a25523

#a25523 #a29523 #a22330

Monochromatic Colors of #a25523

#a25523

Complementary Color

#a25523 #2370a2

#a25523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25523 Color CSS Codes

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

#a25523 Text Font Color

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

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


#a25523 Background Color

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

This div background color is #a25523


#a25523 Border Color

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

This div border color is #a25523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25523


Comments

No comments written yet.

Please login to write comment.