Color Hex Logo

#ad512f Color Hex

#AD512F
(173,81,47)
0 Favorites   0 Comments

Color spaces of #ad512f

RGB 1738147
HSL0.040.570.43
HSV16°73°68°
CMYK 0.000.530.73   0.32
XYZ20.689114.97434.4892
Yxy14.97430.51530.3729
Hunter Lab38.696627.715620.2094
CIE-Lab45.599035.259437.1123

#ad512f color RGB value is (173,81,47).

#ad512f hex color red value is 173, green value is 81 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ad512f hue: 0.04 , saturation: 0.57 and the lightness value of ad512f is 0.43.

The process color (four color CMYK) of #ad512f color hex is 0.00, 0.53, 0.73, 0.32. Web safe color of #ad512f is #996633. Color #ad512f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 00101111
Octal 255 121 57
Decimal 173 81 47
Hex AD 51 2F

RGB Percentages of Color #ad512f

%57.48
%26.91
%15.61

CMYK Percentages of Color #ad512f

%0
%53
%73
%32

Triadic Colors of #ad512f

#ad512f #2fad51 #512fad

Analogous Colors of #ad512f

#ad512f #ad902f #ad2f4c

Monochromatic Colors of #ad512f

#ad512f

Complementary Color

#ad512f #2f8bad

#ad512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad512f Color CSS Codes

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

#ad512f Text Font Color

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

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


#ad512f Background Color

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

This div background color is #ad512f


#ad512f Border Color

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

This div border color is #ad512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad512f


Comments

No comments written yet.

Please login to write comment.