Color Hex Logo

#a63e0a Color Hex

#A63E0A
(166,62,10)
0 Favorites   0 Comments

Color spaces of #a63e0a

RGB 1666210
HSL0.060.890.35
HSV20°94°65°
CMYK 0.000.630.94   0.35
XYZ17.503311.57421.5987
Yxy11.57420.57060.3773
Hunter Lab34.020932.299421.0285
CIE-Lab40.531240.797148.4936

#a63e0a color RGB value is (166,62,10).

#a63e0a hex color red value is 166, green value is 62 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a63e0a hue: 0.06 , saturation: 0.89 and the lightness value of a63e0a is 0.35.

The process color (four color CMYK) of #a63e0a color hex is 0.00, 0.63, 0.94, 0.35. Web safe color of #a63e0a is #993300. Color #a63e0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111110 00001010
Octal 246 76 12
Decimal 166 62 10
Hex A6 3E A

RGB Percentages of Color #a63e0a

%69.75
%26.05
%4.20

CMYK Percentages of Color #a63e0a

%0
%63
%94
%35

Triadic Colors of #a63e0a

#a63e0a #0aa63e #3e0aa6

Analogous Colors of #a63e0a

#a63e0a #a68c0a #a60a24

Monochromatic Colors of #a63e0a

#a63e0a

Complementary Color

#a63e0a #0a72a6

#a63e0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63e0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63e0a Color CSS Codes

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

#a63e0a Text Font Color

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

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


#a63e0a Background Color

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

This div background color is #a63e0a


#a63e0a Border Color

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

This div border color is #a63e0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63e0a


Comments

No comments written yet.

Please login to write comment.