Color Hex Logo

#a33512 Color Hex

#A33512
(163,53,18)
0 Favorites   0 Comments

Color spaces of #a33512

RGB 1635318
HSL0.040.800.35
HSV14°89°64°
CMYK 0.000.670.89   0.36
XYZ16.486510.37641.7062
Yxy10.37640.57710.3632
Hunter Lab32.212434.985619.4083
CIE-Lab38.509743.892043.9342

#a33512 color RGB value is (163,53,18).

#a33512 hex color red value is 163, green value is 53 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a33512 hue: 0.04 , saturation: 0.80 and the lightness value of a33512 is 0.35.

The process color (four color CMYK) of #a33512 color hex is 0.00, 0.67, 0.89, 0.36. Web safe color of #a33512 is #993300. Color #a33512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 00010010
Octal 243 65 22
Decimal 163 53 18
Hex A3 35 12

RGB Percentages of Color #a33512

%69.66
%22.65
%7.69

CMYK Percentages of Color #a33512

%0
%67
%89
%36

Triadic Colors of #a33512

#a33512 #12a335 #3512a3

Analogous Colors of #a33512

#a33512 #a37e12 #a31237

Monochromatic Colors of #a33512

#a33512

Complementary Color

#a33512 #1280a3

#a33512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33512 Color CSS Codes

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

#a33512 Text Font Color

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

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


#a33512 Background Color

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

This div background color is #a33512


#a33512 Border Color

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

This div border color is #a33512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33512


Comments

No comments written yet.

Please login to write comment.