Color Hex Logo

#a6481d Color Hex

#A6481D
(166,72,29)
0 Favorites   0 Comments

Color spaces of #a6481d

RGB 1667229
HSL0.050.700.38
HSV19°83°65°
CMYK 0.000.570.83   0.35
XYZ18.265012.83042.6762
Yxy12.83040.54080.3799
Hunter Lab35.819528.336020.6439
CIE-Lab42.506636.350542.7234

#a6481d color RGB value is (166,72,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 00011101
Octal 246 110 35
Decimal 166 72 29
Hex A6 48 1D

RGB Percentages of Color #a6481d

%62.17
%26.97
%10.86

CMYK Percentages of Color #a6481d

%0
%57
%83
%35

Triadic Colors of #a6481d

#a6481d #1da648 #481da6

Analogous Colors of #a6481d

#a6481d #a68d1d #a61d36

Monochromatic Colors of #a6481d

#a6481d

Complementary Color

#a6481d #1d7ba6

#a6481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6481d Color CSS Codes

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

#a6481d Text Font Color

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

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


#a6481d Background Color

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

This div background color is #a6481d


#a6481d Border Color

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

This div border color is #a6481d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,72,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 #a6481d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6481d


Comments

No comments written yet.

Please login to write comment.