Color Hex Logo

#a2500a Color Hex

#A2500A
(162,80,10)
0 Favorites   0 Comments

Color spaces of #a2500a

RGB 1628010
HSL0.080.880.34
HSV28°94°64°
CMYK 0.000.510.94   0.36
XYZ17.823713.44061.9420
Yxy13.44060.53680.4048
Hunter Lab36.661422.623922.5223
CIE-Lab43.419830.071750.1930

#a2500a color RGB value is (162,80,10).

#a2500a hex color red value is 162, green value is 80 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a2500a hue: 0.08 , saturation: 0.88 and the lightness value of a2500a is 0.34.

The process color (four color CMYK) of #a2500a color hex is 0.00, 0.51, 0.94, 0.36. Web safe color of #a2500a is #996600. Color #a2500a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 00001010
Octal 242 120 12
Decimal 162 80 10
Hex A2 50 A

RGB Percentages of Color #a2500a

%64.29
%31.75
%3.97

CMYK Percentages of Color #a2500a

%0
%51
%94
%36

Triadic Colors of #a2500a

#a2500a #0aa250 #500aa2

Analogous Colors of #a2500a

#a2500a #a29c0a #a20a10

Monochromatic Colors of #a2500a

#a2500a

Complementary Color

#a2500a #0a5ca2

#a2500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2500a Color CSS Codes

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

#a2500a Text Font Color

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

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


#a2500a Background Color

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

This div background color is #a2500a


#a2500a Border Color

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

This div border color is #a2500a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2500a


Comments

No comments written yet.

Please login to write comment.