Color Hex Logo

#ad635c Color Hex

#AD635C
(173,99,92)
0 Favorites   0 Comments

Color spaces of #ad635c

RGB 1739992
HSL0.010.330.52
HSV47°68°
CMYK 0.000.430.47   0.32
XYZ23.627218.580612.4663
Yxy18.58060.43210.3398
Hunter Lab43.105222.406813.0266
CIE-Lab50.192929.070517.0100

#ad635c color RGB value is (173,99,92).

#ad635c hex color red value is 173, green value is 99 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ad635c hue: 0.01 , saturation: 0.33 and the lightness value of ad635c is 0.52.

The process color (four color CMYK) of #ad635c color hex is 0.00, 0.43, 0.47, 0.32. Web safe color of #ad635c is #996666. Color #ad635c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100011 01011100
Octal 255 143 134
Decimal 173 99 92
Hex AD 63 5C

RGB Percentages of Color #ad635c

%47.53
%27.20
%25.27

CMYK Percentages of Color #ad635c

%0
%43
%47
%32

Triadic Colors of #ad635c

#ad635c #5cad63 #635cad

Analogous Colors of #ad635c

#ad635c #ad8c5c #ad5c7e

Monochromatic Colors of #ad635c

#ad635c

Complementary Color

#ad635c #5ca6ad

#ad635c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad635c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad635c Color CSS Codes

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

#ad635c Text Font Color

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

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


#ad635c Background Color

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

This div background color is #ad635c


#ad635c Border Color

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

This div border color is #ad635c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad635c


Comments

No comments written yet.

Please login to write comment.