Color Hex Logo

#a33517 Color Hex

#A33517
(163,53,23)
0 Favorites   0 Comments

Color spaces of #a33517

RGB 1635323
HSL0.040.750.36
HSV13°86°64°
CMYK 0.000.670.86   0.36
XYZ16.532010.39461.9456
Yxy10.39460.57260.3600
Hunter Lab32.240735.108118.9905
CIE-Lab38.541544.011041.7500

#a33517 color RGB value is (163,53,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 00010111
Octal 243 65 27
Decimal 163 53 23
Hex A3 35 17

RGB Percentages of Color #a33517

%68.20
%22.18
%9.62

CMYK Percentages of Color #a33517

%0
%67
%86
%36

Triadic Colors of #a33517

#a33517 #17a335 #3517a3

Analogous Colors of #a33517

#a33517 #a37b17 #a3173f

Monochromatic Colors of #a33517

#a33517

Complementary Color

#a33517 #1785a3

#a33517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33517 Color CSS Codes

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

#a33517 Text Font Color

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

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


#a33517 Background Color

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

This div background color is #a33517


#a33517 Border Color

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

This div border color is #a33517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33517


Comments

No comments written yet.

Please login to write comment.