Color Hex Logo

#a9320d Color Hex

#A9320D
(169,50,13)
0 Favorites   0 Comments

Color spaces of #a9320d

RGB 1695013
HSL0.040.860.36
HSV14°92°66°
CMYK 0.000.700.92   0.34
XYZ17.575410.74531.5285
Yxy10.74530.58880.3600
Hunter Lab32.780038.339920.1814
CIE-Lab39.148147.148746.8366

#a9320d color RGB value is (169,50,13).

#a9320d hex color red value is 169, green value is 50 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a9320d hue: 0.04 , saturation: 0.86 and the lightness value of a9320d is 0.36.

The process color (four color CMYK) of #a9320d color hex is 0.00, 0.70, 0.92, 0.34. Web safe color of #a9320d is #993300. Color #a9320d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110010 00001101
Octal 251 62 15
Decimal 169 50 13
Hex A9 32 D

RGB Percentages of Color #a9320d

%72.84
%21.55
%5.60

CMYK Percentages of Color #a9320d

%0
%70
%92
%34

Triadic Colors of #a9320d

#a9320d #0da932 #320da9

Analogous Colors of #a9320d

#a9320d #a9800d #a90d36

Monochromatic Colors of #a9320d

#a9320d

Complementary Color

#a9320d #0d84a9

#a9320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9320d Color CSS Codes

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

#a9320d Text Font Color

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

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


#a9320d Background Color

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

This div background color is #a9320d


#a9320d Border Color

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

This div border color is #a9320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9320d


Comments

No comments written yet.

Please login to write comment.