Color Hex Logo

#ab590b Color Hex

#AB590B
(171,89,11)
0 Favorites   0 Comments

Color spaces of #ab590b

RGB 1718911
HSL0.080.880.36
HSV29°94°67°
CMYK 0.000.480.94   0.33
XYZ20.427415.82682.2949
Yxy15.82680.52990.4106
Hunter Lab39.782922.034624.4279
CIE-Lab46.746429.039952.9379

#ab590b color RGB value is (171,89,11).

#ab590b hex color red value is 171, green value is 89 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ab590b hue: 0.08 , saturation: 0.88 and the lightness value of ab590b is 0.36.

The process color (four color CMYK) of #ab590b color hex is 0.00, 0.48, 0.94, 0.33. Web safe color of #ab590b is #996600. Color #ab590b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 00001011
Octal 253 131 13
Decimal 171 89 11
Hex AB 59 B

RGB Percentages of Color #ab590b

%63.10
%32.84
%4.06

CMYK Percentages of Color #ab590b

%0
%48
%94
%33

Triadic Colors of #ab590b

#ab590b #0bab59 #590bab

Analogous Colors of #ab590b

#ab590b #aba90b #ab0b0d

Monochromatic Colors of #ab590b

#ab590b

Complementary Color

#ab590b #0b5dab

#ab590b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab590b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab590b Color CSS Codes

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

#ab590b Text Font Color

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

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


#ab590b Background Color

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

This div background color is #ab590b


#ab590b Border Color

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

This div border color is #ab590b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab590b


Comments

No comments written yet.

Please login to write comment.