Color Hex Logo

#a9631d Color Hex

#A9631D
(169,99,29)
0 Favorites   0 Comments

Color spaces of #a9631d

RGB 1699929
HSL0.080.710.39
HSV30°83°66°
CMYK 0.000.410.83   0.34
XYZ21.045817.44743.4208
Yxy17.44740.50210.4163
Hunter Lab41.770116.839324.3834
CIE-Lab48.818923.099248.6485

#a9631d color RGB value is (169,99,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 00011101
Octal 251 143 35
Decimal 169 99 29
Hex A9 63 1D

RGB Percentages of Color #a9631d

%56.90
%33.33
%9.76

CMYK Percentages of Color #a9631d

%0
%41
%83
%34

Triadic Colors of #a9631d

#a9631d #1da963 #631da9

Analogous Colors of #a9631d

#a9631d #a9a91d #a91d1d

Monochromatic Colors of #a9631d

#a9631d

Complementary Color

#a9631d #1d63a9

#a9631d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9631d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9631d Color CSS Codes

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

#a9631d Text Font Color

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

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


#a9631d Background Color

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

This div background color is #a9631d


#a9631d Border Color

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

This div border color is #a9631d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9631d


Comments

No comments written yet.

Please login to write comment.