Color Hex Logo

#a63824 Color Hex

#A63824
(166,56,36)
0 Favorites   0 Comments

Color spaces of #a63824

RGB 1665636
HSL0.030.640.40
HSV78°65°
CMYK 0.000.660.78   0.35
XYZ17.458511.06272.8842
Yxy11.06270.55590.3523
Hunter Lab33.260635.488518.1411
CIE-Lab39.685944.197936.3911

#a63824 color RGB value is (166,56,36).

#a63824 hex color red value is 166, green value is 56 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a63824 hue: 0.03 , saturation: 0.64 and the lightness value of a63824 is 0.40.

The process color (four color CMYK) of #a63824 color hex is 0.00, 0.66, 0.78, 0.35. Web safe color of #a63824 is #993333. Color #a63824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 00100100
Octal 246 70 44
Decimal 166 56 36
Hex A6 38 24

RGB Percentages of Color #a63824

%64.34
%21.71
%13.95

CMYK Percentages of Color #a63824

%0
%66
%78
%35

Triadic Colors of #a63824

#a63824 #24a638 #3824a6

Analogous Colors of #a63824

#a63824 #a67924 #a62451

Monochromatic Colors of #a63824

#a63824

Complementary Color

#a63824 #2492a6

#a63824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63824 Color CSS Codes

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

#a63824 Text Font Color

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

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


#a63824 Background Color

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

This div background color is #a63824


#a63824 Border Color

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

This div border color is #a63824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63824


Comments

No comments written yet.

Please login to write comment.