Color Hex Logo

#a9631c Color Hex

#A9631C
(169,99,28)
0 Favorites   0 Comments

Color spaces of #a9631c

RGB 1699928
HSL0.080.720.39
HSV30°83°66°
CMYK 0.000.410.83   0.34
XYZ21.033617.44253.3568
Yxy17.44250.50280.4170
Hunter Lab41.764216.810124.4695
CIE-Lab48.812823.066949.0341

#a9631c color RGB value is (169,99,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 00011100
Octal 251 143 34
Decimal 169 99 28
Hex A9 63 1C

RGB Percentages of Color #a9631c

%57.09
%33.45
%9.46

CMYK Percentages of Color #a9631c

%0
%41
%83
%34

Triadic Colors of #a9631c

#a9631c #1ca963 #631ca9

Analogous Colors of #a9631c

#a9631c #a9a91c #a91c1c

Monochromatic Colors of #a9631c

#a9631c

Complementary Color

#a9631c #1c62a9

#a9631c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9631c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9631c Color CSS Codes

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

#a9631c Text Font Color

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

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


#a9631c Background Color

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

This div background color is #a9631c


#a9631c Border Color

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

This div border color is #a9631c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,99,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9631c


Comments

No comments written yet.

Please login to write comment.