Color Hex Logo

#ad635f Color Hex

#AD635F
(173,99,95)
0 Favorites   0 Comments

Color spaces of #ad635f

RGB 1739995
HSL0.010.320.53
HSV45°68°
CMYK 0.000.430.45   0.32
XYZ23.761018.634113.1709
Yxy18.63410.42760.3354
Hunter Lab43.167222.711012.1269
CIE-Lab50.256329.389315.3232

#ad635f color RGB value is (173,99,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100011 01011111
Octal 255 143 137
Decimal 173 99 95
Hex AD 63 5F

RGB Percentages of Color #ad635f

%47.14
%26.98
%25.89

CMYK Percentages of Color #ad635f

%0
%43
%45
%32

Triadic Colors of #ad635f

#ad635f #5fad63 #635fad

Analogous Colors of #ad635f

#ad635f #ad8a5f #ad5f82

Monochromatic Colors of #ad635f

#ad635f

Complementary Color

#ad635f #5fa9ad

#ad635f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad635f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad635f Color CSS Codes

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

#ad635f Text Font Color

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

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


#ad635f Background Color

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

This div background color is #ad635f


#ad635f Border Color

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

This div border color is #ad635f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad635f


Comments

No comments written yet.

Please login to write comment.