Color Hex Logo

#a52204 Color Hex

#A52204
(165,34,4)
0 Favorites   0 Comments

Color spaces of #a52204

RGB 165344
HSL0.030.950.33
HSV11°98°65°
CMYK 0.000.790.98   0.35
XYZ16.11109.15221.0323
Yxy9.15220.61270.3481
Hunter Lab30.252642.118019.1537
CIE-Lab36.275751.387947.8008

#a52204 color RGB value is (165,34,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 00000100
Octal 245 42 4
Decimal 165 34 4
Hex A5 22 4

RGB Percentages of Color #a52204

%81.28
%16.75
%1.97

CMYK Percentages of Color #a52204

%0
%79
%98
%35

Triadic Colors of #a52204

#a52204 #04a522 #2204a5

Analogous Colors of #a52204

#a52204 #a57304 #a50436

Monochromatic Colors of #a52204

#a52204

Complementary Color

#a52204 #0487a5

#a52204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52204 Color CSS Codes

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

#a52204 Text Font Color

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

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


#a52204 Background Color

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

This div background color is #a52204


#a52204 Border Color

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

This div border color is #a52204


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,34,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 #a52204">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52204


Comments

No comments written yet.

Please login to write comment.