Color Hex Logo

#ad590b Color Hex

#AD590B
(173,89,11)
0 Favorites   0 Comments

Color spaces of #ad590b

RGB 1738911
HSL0.080.880.36
HSV29°94°68°
CMYK 0.000.490.94   0.32
XYZ20.866416.05322.3154
Yxy16.05320.53180.4092
Hunter Lab40.066422.845624.6202
CIE-Lab47.044229.886753.2873

#ad590b color RGB value is (173,89,11).

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

The process color (four color CMYK) of #ad590b color hex is 0.00, 0.49, 0.94, 0.32. Web safe color of #ad590b is #996600. Color #ad590b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011001 00001011
Octal 255 131 13
Decimal 173 89 11
Hex AD 59 B

RGB Percentages of Color #ad590b

%63.37
%32.60
%4.03

CMYK Percentages of Color #ad590b

%0
%49
%94
%32

Triadic Colors of #ad590b

#ad590b #0bad59 #590bad

Analogous Colors of #ad590b

#ad590b #adaa0b #ad0b0e

Monochromatic Colors of #ad590b

#ad590b

Complementary Color

#ad590b #0b5fad

#ad590b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad590b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad590b Color CSS Codes

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

#ad590b Text Font Color

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

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


#ad590b Background Color

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

This div background color is #ad590b


#ad590b Border Color

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

This div border color is #ad590b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad590b


Comments

No comments written yet.

Please login to write comment.