Color Hex Logo

#ad5828 Color Hex

#AD5828
(173,88,40)
0 Favorites   0 Comments

Color spaces of #ad5828

RGB 1738840
HSL0.060.620.42
HSV22°77°68°
CMYK 0.000.490.77   0.32
XYZ21.106316.01693.9866
Yxy16.01690.51340.3896
Hunter Lab40.021124.100222.1088
CIE-Lab46.996731.243242.2033

#ad5828 color RGB value is (173,88,40).

#ad5828 hex color red value is 173, green value is 88 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ad5828 hue: 0.06 , saturation: 0.62 and the lightness value of ad5828 is 0.42.

The process color (four color CMYK) of #ad5828 color hex is 0.00, 0.49, 0.77, 0.32. Web safe color of #ad5828 is #996633. Color #ad5828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 00101000
Octal 255 130 50
Decimal 173 88 40
Hex AD 58 28

RGB Percentages of Color #ad5828

%57.48
%29.24
%13.29

CMYK Percentages of Color #ad5828

%0
%49
%77
%32

Triadic Colors of #ad5828

#ad5828 #28ad58 #5828ad

Analogous Colors of #ad5828

#ad5828 #ad9b28 #ad283b

Monochromatic Colors of #ad5828

#ad5828

Complementary Color

#ad5828 #287dad

#ad5828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5828 Color CSS Codes

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

#ad5828 Text Font Color

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

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


#ad5828 Background Color

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

This div background color is #ad5828


#ad5828 Border Color

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

This div border color is #ad5828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5828


Comments

No comments written yet.

Please login to write comment.