Color Hex Logo

#a33821 Color Hex

#A33821
(163,56,33)
0 Favorites   0 Comments

Color spaces of #a33821

RGB 1635633
HSL0.030.660.38
HSV11°80°64°
CMYK 0.000.660.80   0.36
XYZ16.792910.72472.6238
Yxy10.72470.55710.3558
Hunter Lab32.748634.221618.1737
CIE-Lab39.112943.008837.2543

#a33821 color RGB value is (163,56,33).

#a33821 hex color red value is 163, green value is 56 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a33821 hue: 0.03 , saturation: 0.66 and the lightness value of a33821 is 0.38.

The process color (four color CMYK) of #a33821 color hex is 0.00, 0.66, 0.80, 0.36. Web safe color of #a33821 is #993333. Color #a33821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111000 00100001
Octal 243 70 41
Decimal 163 56 33
Hex A3 38 21

RGB Percentages of Color #a33821

%64.68
%22.22
%13.10

CMYK Percentages of Color #a33821

%0
%66
%80
%36

Triadic Colors of #a33821

#a33821 #21a338 #3821a3

Analogous Colors of #a33821

#a33821 #a37921 #a3214b

Monochromatic Colors of #a33821

#a33821

Complementary Color

#a33821 #218ca3

#a33821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33821 Color CSS Codes

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

#a33821 Text Font Color

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

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


#a33821 Background Color

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

This div background color is #a33821


#a33821 Border Color

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

This div border color is #a33821


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,56,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a33821; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a33821;
  -webkit-box-shadow: 1px 1px 3px 2px #a33821;
  box-shadow:         1px 1px 3px 2px #a33821; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,56,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33821


Comments

No comments written yet.

Please login to write comment.