Color Hex Logo

#ad8045 Color Hex

#AD8045
(173,128,69)
0 Favorites   0 Comments

Color spaces of #ad8045

RGB 17312869
HSL0.090.430.47
HSV34°60°68°
CMYK 0.000.260.60   0.32
XYZ26.026924.75239.0361
Yxy24.75230.43510.4138
Hunter Lab49.75176.314324.0577
CIE-Lab56.833310.750338.3370

#ad8045 color RGB value is (173,128,69).

#ad8045 hex color red value is 173, green value is 128 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ad8045 hue: 0.09 , saturation: 0.43 and the lightness value of ad8045 is 0.47.

The process color (four color CMYK) of #ad8045 color hex is 0.00, 0.26, 0.60, 0.32. Web safe color of #ad8045 is #999933. Color #ad8045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 01000101
Octal 255 200 105
Decimal 173 128 69
Hex AD 80 45

RGB Percentages of Color #ad8045

%46.76
%34.59
%18.65

CMYK Percentages of Color #ad8045

%0
%26
%60
%32

Triadic Colors of #ad8045

#ad8045 #45ad80 #8045ad

Analogous Colors of #ad8045

#ad8045 #a6ad45 #ad4c45

Monochromatic Colors of #ad8045

#ad8045

Complementary Color

#ad8045 #4572ad

#ad8045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8045 Color CSS Codes

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

#ad8045 Text Font Color

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

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


#ad8045 Background Color

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

This div background color is #ad8045


#ad8045 Border Color

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

This div border color is #ad8045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8045


Comments

No comments written yet.

Please login to write comment.