Color Hex Logo

#a23211 Color Hex

#A23211
(162,50,17)
0 Favorites   0 Comments

Color spaces of #a23211

RGB 1625017
HSL0.040.810.35
HSV14°90°64°
CMYK 0.000.690.90   0.36
XYZ16.142110.00311.6103
Yxy10.00310.58160.3604
Hunter Lab31.627735.754219.1207
CIE-Lab37.848044.788743.7492

#a23211 color RGB value is (162,50,17).

#a23211 hex color red value is 162, green value is 50 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a23211 hue: 0.04 , saturation: 0.81 and the lightness value of a23211 is 0.35.

The process color (four color CMYK) of #a23211 color hex is 0.00, 0.69, 0.90, 0.36. Web safe color of #a23211 is #993300. Color #a23211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110010 00010001
Octal 242 62 21
Decimal 162 50 17
Hex A2 32 11

RGB Percentages of Color #a23211

%70.74
%21.83
%7.42

CMYK Percentages of Color #a23211

%0
%69
%90
%36

Triadic Colors of #a23211

#a23211 #11a232 #3211a2

Analogous Colors of #a23211

#a23211 #a27b11 #a21139

Monochromatic Colors of #a23211

#a23211

Complementary Color

#a23211 #1181a2

#a23211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23211 Color CSS Codes

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

#a23211 Text Font Color

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

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


#a23211 Background Color

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

This div background color is #a23211


#a23211 Border Color

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

This div border color is #a23211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23211


Comments

No comments written yet.

Please login to write comment.