Color Hex Logo

#a6332d Color Hex

#A6332D
(166,51,45)
0 Favorites   0 Comments

Color spaces of #a6332d

RGB 1665145
HSL0.010.570.41
HSV73°65°
CMYK 0.000.690.73   0.35
XYZ17.383410.66413.6248
Yxy10.66410.54890.3367
Hunter Lab32.655937.871216.2780
CIE-Lab39.008946.707930.5043

#a6332d color RGB value is (166,51,45).

#a6332d hex color red value is 166, green value is 51 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a6332d hue: 0.01 , saturation: 0.57 and the lightness value of a6332d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110011 00101101
Octal 246 63 55
Decimal 166 51 45
Hex A6 33 2D

RGB Percentages of Color #a6332d

%63.36
%19.47
%17.18

CMYK Percentages of Color #a6332d

%0
%69
%73
%35

Triadic Colors of #a6332d

#a6332d #2da633 #332da6

Analogous Colors of #a6332d

#a6332d #a6702d #a62d64

Monochromatic Colors of #a6332d

#a6332d

Complementary Color

#a6332d #2da0a6

#a6332d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6332d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6332d Color CSS Codes

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

#a6332d Text Font Color

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

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


#a6332d Background Color

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

This div background color is #a6332d


#a6332d Border Color

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

This div border color is #a6332d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6332d


Comments

No comments written yet.

Please login to write comment.