Color Hex Logo

#ad520f Color Hex

#AD520F
(173,82,15)
0 Favorites   0 Comments

Color spaces of #ad520f

RGB 1738215
HSL0.070.840.37
HSV25°91°68°
CMYK 0.000.530.91   0.32
XYZ20.337114.95332.2663
Yxy14.95330.54150.3982
Hunter Lab38.669526.205323.5938
CIE-Lab45.570233.668051.1403

#ad520f color RGB value is (173,82,15).

#ad520f hex color red value is 173, green value is 82 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ad520f hue: 0.07 , saturation: 0.84 and the lightness value of ad520f is 0.37.

The process color (four color CMYK) of #ad520f color hex is 0.00, 0.53, 0.91, 0.32. Web safe color of #ad520f is #996600. Color #ad520f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010010 00001111
Octal 255 122 17
Decimal 173 82 15
Hex AD 52 F

RGB Percentages of Color #ad520f

%64.07
%30.37
%5.56

CMYK Percentages of Color #ad520f

%0
%53
%91
%32

Triadic Colors of #ad520f

#ad520f #0fad52 #520fad

Analogous Colors of #ad520f

#ad520f #ada10f #ad0f1b

Monochromatic Colors of #ad520f

#ad520f

Complementary Color

#ad520f #0f6aad

#ad520f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad520f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad520f Color CSS Codes

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

#ad520f Text Font Color

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

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


#ad520f Background Color

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

This div background color is #ad520f


#ad520f Border Color

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

This div border color is #ad520f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,82,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad520f


Comments

No comments written yet.

Please login to write comment.