Color Hex Logo

#a55232 Color Hex

#A55232
(165,82,50)
0 Favorites   0 Comments

Color spaces of #a55232

RGB 1658250
HSL0.050.530.42
HSV17°70°65°
CMYK 0.000.500.70   0.35
XYZ19.110114.26424.7637
Yxy14.26420.50110.3740
Hunter Lab37.768024.224718.9593
CIE-Lab44.609531.669534.0258

#a55232 color RGB value is (165,82,50).

#a55232 hex color red value is 165, green value is 82 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a55232 hue: 0.05 , saturation: 0.53 and the lightness value of a55232 is 0.42.

The process color (four color CMYK) of #a55232 color hex is 0.00, 0.50, 0.70, 0.35. Web safe color of #a55232 is #996633. Color #a55232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 00110010
Octal 245 122 62
Decimal 165 82 50
Hex A5 52 32

RGB Percentages of Color #a55232

%55.56
%27.61
%16.84

CMYK Percentages of Color #a55232

%0
%50
%70
%35

Triadic Colors of #a55232

#a55232 #32a552 #5232a5

Analogous Colors of #a55232

#a55232 #a58c32 #a5324b

Monochromatic Colors of #a55232

#a55232

Complementary Color

#a55232 #3285a5

#a55232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55232 Color CSS Codes

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

#a55232 Text Font Color

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

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


#a55232 Background Color

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

This div background color is #a55232


#a55232 Border Color

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

This div border color is #a55232


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,82,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a55232; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a55232;
  -webkit-box-shadow: 1px 1px 3px 2px #a55232;
  box-shadow:         1px 1px 3px 2px #a55232; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,82,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55232


Comments

No comments written yet.

Please login to write comment.