Color Hex Logo

#a94516 Color Hex

#A94516
(169,69,22)
0 Favorites   0 Comments

Color spaces of #a94516

RGB 1696922
HSL0.050.770.37
HSV19°87°66°
CMYK 0.000.590.87   0.34
XYZ18.635112.74922.2377
Yxy12.74920.55430.3792
Hunter Lab35.706030.674221.2785
CIE-Lab42.382938.819545.8774

#a94516 color RGB value is (169,69,22).

#a94516 hex color red value is 169, green value is 69 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a94516 hue: 0.05 , saturation: 0.77 and the lightness value of a94516 is 0.37.

The process color (four color CMYK) of #a94516 color hex is 0.00, 0.59, 0.87, 0.34. Web safe color of #a94516 is #993300. Color #a94516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000101 00010110
Octal 251 105 26
Decimal 169 69 22
Hex A9 45 16

RGB Percentages of Color #a94516

%65.00
%26.54
%8.46

CMYK Percentages of Color #a94516

%0
%59
%87
%34

Triadic Colors of #a94516

#a94516 #16a945 #4516a9

Analogous Colors of #a94516

#a94516 #a98f16 #a91631

Monochromatic Colors of #a94516

#a94516

Complementary Color

#a94516 #167aa9

#a94516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94516 Color CSS Codes

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

#a94516 Text Font Color

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

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


#a94516 Background Color

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

This div background color is #a94516


#a94516 Border Color

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

This div border color is #a94516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94516


Comments

No comments written yet.

Please login to write comment.