Color Hex Logo

#a33522 Color Hex

#A33522
(163,53,34)
1 Favorites   0 Comments

Color spaces of #a33522

RGB 1635334
HSL0.020.650.39
HSV79°64°
CMYK 0.000.670.79   0.36
XYZ16.666110.44822.6517
Yxy10.44820.55990.3510
Hunter Lab32.323735.468217.7627
CIE-Lab38.635144.360236.2265

#a33522 color RGB value is (163,53,34).

#a33522 hex color red value is 163, green value is 53 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a33522 hue: 0.02 , saturation: 0.65 and the lightness value of a33522 is 0.39.

The process color (four color CMYK) of #a33522 color hex is 0.00, 0.67, 0.79, 0.36. Web safe color of #a33522 is #993333. Color #a33522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 00100010
Octal 243 65 42
Decimal 163 53 34
Hex A3 35 22

RGB Percentages of Color #a33522

%65.20
%21.20
%13.60

CMYK Percentages of Color #a33522

%0
%67
%79
%36

Triadic Colors of #a33522

#a33522 #22a335 #3522a3

Analogous Colors of #a33522

#a33522 #a37622 #a32250

Monochromatic Colors of #a33522

#a33522

Complementary Color

#a33522 #2290a3

#a33522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33522 Color CSS Codes

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

#a33522 Text Font Color

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

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


#a33522 Background Color

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

This div background color is #a33522


#a33522 Border Color

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

This div border color is #a33522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33522


Comments

No comments written yet.

Please login to write comment.