Color Hex Logo

#a9641d Color Hex

#A9641D
(169,100,29)
0 Favorites   0 Comments

Color spaces of #a9641d

RGB 16910029
HSL0.080.710.39
HSV30°83°66°
CMYK 0.000.410.83   0.34
XYZ21.141117.63813.4526
Yxy17.63810.50060.4176
Hunter Lab41.997716.358524.5242
CIE-Lab49.054222.540848.8592

#a9641d color RGB value is (169,100,29).

#a9641d hex color red value is 169, green value is 100 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a9641d hue: 0.08 , saturation: 0.71 and the lightness value of a9641d is 0.39.

The process color (four color CMYK) of #a9641d color hex is 0.00, 0.41, 0.83, 0.34. Web safe color of #a9641d is #996633. Color #a9641d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100100 00011101
Octal 251 144 35
Decimal 169 100 29
Hex A9 64 1D

RGB Percentages of Color #a9641d

%56.71
%33.56
%9.73

CMYK Percentages of Color #a9641d

%0
%41
%83
%34

Triadic Colors of #a9641d

#a9641d #1da964 #641da9

Analogous Colors of #a9641d

#a9641d #a8a91d #a91e1d

Monochromatic Colors of #a9641d

#a9641d

Complementary Color

#a9641d #1d62a9

#a9641d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9641d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9641d Color CSS Codes

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

#a9641d Text Font Color

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

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


#a9641d Background Color

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

This div background color is #a9641d


#a9641d Border Color

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

This div border color is #a9641d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9641d


Comments

No comments written yet.

Please login to write comment.