Color Hex Logo

#a63436 Color Hex

#A63436
(166,52,54)
0 Favorites   0 Comments

Color spaces of #a63436

RGB 1665254
HSL1.000.520.43
HSV359°69°65°
CMYK 0.000.690.67   0.35
XYZ17.619710.82934.6516
Yxy10.82930.53230.3272
Hunter Lab32.907937.984514.6548
CIE-Lab39.291546.770025.4140

#a63436 color RGB value is (166,52,54).

#a63436 hex color red value is 166, green value is 52 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #a63436 hue: 1.00 , saturation: 0.52 and the lightness value of a63436 is 0.43.

The process color (four color CMYK) of #a63436 color hex is 0.00, 0.69, 0.67, 0.35. Web safe color of #a63436 is #993333. Color #a63436 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110100 00110110
Octal 246 64 66
Decimal 166 52 54
Hex A6 34 36

RGB Percentages of Color #a63436

%61.03
%19.12
%19.85

CMYK Percentages of Color #a63436

%0
%69
%67
%35

Triadic Colors of #a63436

#a63436 #36a634 #3436a6

Analogous Colors of #a63436

#a63436 #a66b34 #a6346f

Monochromatic Colors of #a63436

#a63436

Complementary Color

#a63436 #34a6a4

#a63436 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63436 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63436 Color CSS Codes

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

#a63436 Text Font Color

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

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


#a63436 Background Color

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

This div background color is #a63436


#a63436 Border Color

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

This div border color is #a63436


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,52,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a63436; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a63436;
  -webkit-box-shadow: 1px 1px 3px 2px #a63436;
  box-shadow:         1px 1px 3px 2px #a63436; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,52,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63436


Comments

No comments written yet.

Please login to write comment.