Color Hex Logo

#a62a28 Color Hex

#A62A28
(166,42,40)
0 Favorites   0 Comments

Color spaces of #a62a28

RGB 1664240
HSL0.000.610.40
HSV76°65°
CMYK 0.000.750.76   0.35
XYZ16.93699.91613.0288
Yxy9.91610.56680.3318
Hunter Lab31.489840.899516.3402
CIE-Lab37.691449.935431.9722

#a62a28 color RGB value is (166,42,40).

#a62a28 hex color red value is 166, green value is 42 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a62a28 hue: 0.00 , saturation: 0.61 and the lightness value of a62a28 is 0.40.

The process color (four color CMYK) of #a62a28 color hex is 0.00, 0.75, 0.76, 0.35. Web safe color of #a62a28 is #993333. Color #a62a28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101010 00101000
Octal 246 52 50
Decimal 166 42 40
Hex A6 2A 28

RGB Percentages of Color #a62a28

%66.94
%16.94
%16.13

CMYK Percentages of Color #a62a28

%0
%75
%76
%35

Triadic Colors of #a62a28

#a62a28 #28a62a #2a28a6

Analogous Colors of #a62a28

#a62a28 #a66928 #a62865

Monochromatic Colors of #a62a28

#a62a28

Complementary Color

#a62a28 #28a4a6

#a62a28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62a28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62a28 Color CSS Codes

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

#a62a28 Text Font Color

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

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


#a62a28 Background Color

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

This div background color is #a62a28


#a62a28 Border Color

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

This div border color is #a62a28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62a28


Comments

No comments written yet.

Please login to write comment.