Color Hex Logo

#a52904 Color Hex

#A52904
(165,41,4)
0 Favorites   0 Comments

Color spaces of #a52904

RGB 165414
HSL0.040.950.33
HSV14°98°65°
CMYK 0.000.750.98   0.35
XYZ16.33199.59401.1059
Yxy9.59400.60420.3549
Hunter Lab30.974239.913719.5650
CIE-Lab37.103749.078048.2454

#a52904 color RGB value is (165,41,4).

#a52904 hex color red value is 165, green value is 41 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a52904 hue: 0.04 , saturation: 0.95 and the lightness value of a52904 is 0.33.

The process color (four color CMYK) of #a52904 color hex is 0.00, 0.75, 0.98, 0.35. Web safe color of #a52904 is #993300. Color #a52904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 00000100
Octal 245 51 4
Decimal 165 41 4
Hex A5 29 4

RGB Percentages of Color #a52904

%78.57
%19.52
%1.90

CMYK Percentages of Color #a52904

%0
%75
%98
%35

Triadic Colors of #a52904

#a52904 #04a529 #2904a5

Analogous Colors of #a52904

#a52904 #a57a04 #a5042f

Monochromatic Colors of #a52904

#a52904

Complementary Color

#a52904 #0480a5

#a52904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52904 Color CSS Codes

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

#a52904 Text Font Color

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

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


#a52904 Background Color

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

This div background color is #a52904


#a52904 Border Color

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

This div border color is #a52904


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,41,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a52904; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a52904;
  -webkit-box-shadow: 1px 1px 3px 2px #a52904;
  box-shadow:         1px 1px 3px 2px #a52904; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52904


Comments

No comments written yet.

Please login to write comment.