Color Hex Logo

#a2590b Color Hex

#A2590B
(162,89,11)
0 Favorites   0 Comments

Color spaces of #a2590b

RGB 1628911
HSL0.090.870.34
HSV31°93°64°
CMYK 0.000.450.93   0.36
XYZ18.533114.85032.2062
Yxy14.85030.52070.4173
Hunter Lab38.536118.407623.5809
CIE-Lab45.428525.161051.3867

#a2590b color RGB value is (162,89,11).

#a2590b hex color red value is 162, green value is 89 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a2590b hue: 0.09 , saturation: 0.87 and the lightness value of a2590b is 0.34.

The process color (four color CMYK) of #a2590b color hex is 0.00, 0.45, 0.93, 0.36. Web safe color of #a2590b is #996600. Color #a2590b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 00001011
Octal 242 131 13
Decimal 162 89 11
Hex A2 59 B

RGB Percentages of Color #a2590b

%61.83
%33.97
%4.20

CMYK Percentages of Color #a2590b

%0
%45
%93
%36

Triadic Colors of #a2590b

#a2590b #0ba259 #590ba2

Analogous Colors of #a2590b

#a2590b #a0a20b #a20e0b

Monochromatic Colors of #a2590b

#a2590b

Complementary Color

#a2590b #0b54a2

#a2590b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2590b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2590b Color CSS Codes

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

#a2590b Text Font Color

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

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


#a2590b Background Color

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

This div background color is #a2590b


#a2590b Border Color

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

This div border color is #a2590b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2590b


Comments

No comments written yet.

Please login to write comment.