Color Hex Logo

#a6281d Color Hex

#A6281D
(166,40,29)
0 Favorites   0 Comments

Color spaces of #a6281d

RGB 1664029
HSL0.010.700.38
HSV83°65°
CMYK 0.000.760.83   0.35
XYZ16.70649.71332.1567
Yxy9.71330.58460.3399
Hunter Lab31.166241.142817.7134
CIE-Lab37.322950.241837.8224

#a6281d color RGB value is (166,40,29).

#a6281d hex color red value is 166, green value is 40 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a6281d hue: 0.01 , saturation: 0.70 and the lightness value of a6281d is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101000 00011101
Octal 246 50 35
Decimal 166 40 29
Hex A6 28 1D

RGB Percentages of Color #a6281d

%70.64
%17.02
%12.34

CMYK Percentages of Color #a6281d

%0
%76
%83
%35

Triadic Colors of #a6281d

#a6281d #1da628 #281da6

Analogous Colors of #a6281d

#a6281d #a66d1d #a61d56

Monochromatic Colors of #a6281d

#a6281d

Complementary Color

#a6281d #1d9ba6

#a6281d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6281d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6281d Color CSS Codes

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

#a6281d Text Font Color

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

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


#a6281d Background Color

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

This div background color is #a6281d


#a6281d Border Color

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

This div border color is #a6281d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6281d


Comments

No comments written yet.

Please login to write comment.