Color Hex Logo

#a4092e Color Hex

#A4092E
(164,9,46)
0 Favorites   0 Comments

Color spaces of #a4092e

RGB 164946
HSL0.960.900.34
HSV346°95°64°
CMYK 0.000.950.72   0.36
XYZ15.90078.28513.3459
Yxy8.28510.57750.3009
Hunter Lab28.783848.234813.2567
CIE-Lab34.569757.531924.5450

#a4092e color RGB value is (164,9,46).

#a4092e hex color red value is 164, green value is 9 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a4092e hue: 0.96 , saturation: 0.90 and the lightness value of a4092e is 0.34.

The process color (four color CMYK) of #a4092e color hex is 0.00, 0.95, 0.72, 0.36. Web safe color of #a4092e is #990033. Color #a4092e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001001 00101110
Octal 244 11 56
Decimal 164 9 46
Hex A4 9 2E

RGB Percentages of Color #a4092e

%74.89
%4.11
%21.00

CMYK Percentages of Color #a4092e

%0
%95
%72
%36

Triadic Colors of #a4092e

#a4092e #2ea409 #092ea4

Analogous Colors of #a4092e

#a4092e #a43109 #a4097c

Monochromatic Colors of #a4092e

#a4092e

Complementary Color

#a4092e #09a47f

#a4092e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4092e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4092e Color CSS Codes

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

#a4092e Text Font Color

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

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


#a4092e Background Color

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

This div background color is #a4092e


#a4092e Border Color

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

This div border color is #a4092e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,9,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4092e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4092e;
  -webkit-box-shadow: 1px 1px 3px 2px #a4092e;
  box-shadow:         1px 1px 3px 2px #a4092e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,9,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4092e


Comments

No comments written yet.

Please login to write comment.