Color Hex Logo

#a5120a Color Hex

#A5120A
(165,18,10)
0 Favorites   0 Comments

Color spaces of #a5120a

RGB 1651810
HSL0.010.890.34
HSV94°65°
CMYK 0.000.890.94   0.35
XYZ15.78818.45391.0868
Yxy8.45390.62330.3338
Hunter Lab29.075646.043518.1367
CIE-Lab34.910955.409744.7154

#a5120a color RGB value is (165,18,10).

#a5120a hex color red value is 165, green value is 18 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a5120a hue: 0.01 , saturation: 0.89 and the lightness value of a5120a is 0.34.

The process color (four color CMYK) of #a5120a color hex is 0.00, 0.89, 0.94, 0.35. Web safe color of #a5120a is #990000. Color #a5120a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010010 00001010
Octal 245 22 12
Decimal 165 18 10
Hex A5 12 A

RGB Percentages of Color #a5120a

%85.49
%9.33
%5.18

CMYK Percentages of Color #a5120a

%0
%89
%94
%35

Triadic Colors of #a5120a

#a5120a #0aa512 #120aa5

Analogous Colors of #a5120a

#a5120a #a5600a #a50a4f

Monochromatic Colors of #a5120a

#a5120a

Complementary Color

#a5120a #0a9da5

#a5120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5120a Color CSS Codes

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

#a5120a Text Font Color

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

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


#a5120a Background Color

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

This div background color is #a5120a


#a5120a Border Color

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

This div border color is #a5120a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5120a


Comments

No comments written yet.

Please login to write comment.