Color Hex Logo

#ad481e Color Hex

#AD481E
(173,72,30)
0 Favorites   0 Comments

Color spaces of #ad481e

RGB 1737230
HSL0.050.700.40
HSV18°83°68°
CMYK 0.000.580.83   0.32
XYZ19.785313.61272.8130
Yxy13.61270.54640.3759
Hunter Lab36.895431.154421.3064
CIE-Lab43.672339.119043.7589

#ad481e color RGB value is (173,72,30).

#ad481e hex color red value is 173, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad481e hue: 0.05 , saturation: 0.70 and the lightness value of ad481e is 0.40.

The process color (four color CMYK) of #ad481e color hex is 0.00, 0.58, 0.83, 0.32. Web safe color of #ad481e is #993333. Color #ad481e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 00011110
Octal 255 110 36
Decimal 173 72 30
Hex AD 48 1E

RGB Percentages of Color #ad481e

%62.91
%26.18
%10.91

CMYK Percentages of Color #ad481e

%0
%58
%83
%32

Triadic Colors of #ad481e

#ad481e #1ead48 #481ead

Analogous Colors of #ad481e

#ad481e #ad901e #ad1e3c

Monochromatic Colors of #ad481e

#ad481e

Complementary Color

#ad481e #1e83ad

#ad481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad481e Color CSS Codes

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

#ad481e Text Font Color

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

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


#ad481e Background Color

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

This div background color is #ad481e


#ad481e Border Color

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

This div border color is #ad481e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad481e


Comments

No comments written yet.

Please login to write comment.