Color Hex Logo

#ad655f Color Hex

#AD655F
(173,101,95)
1 Favorites   0 Comments

Color spaces of #ad655f

RGB 17310195
HSL0.010.320.53
HSV45°68°
CMYK 0.000.420.45   0.32
XYZ23.952819.017813.2348
Yxy19.01780.42620.3384
Hunter Lab43.609421.726012.5330
CIE-Lab50.708028.287615.9423

#ad655f color RGB value is (173,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 01011111
Octal 255 145 137
Decimal 173 101 95
Hex AD 65 5F

RGB Percentages of Color #ad655f

%46.88
%27.37
%25.75

CMYK Percentages of Color #ad655f

%0
%42
%45
%32

Triadic Colors of #ad655f

#ad655f #5fad65 #655fad

Analogous Colors of #ad655f

#ad655f #ad8c5f #ad5f80

Monochromatic Colors of #ad655f

#ad655f

Complementary Color

#ad655f #5fa7ad

#ad655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad655f Color CSS Codes

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

#ad655f Text Font Color

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

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


#ad655f Background Color

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

This div background color is #ad655f


#ad655f Border Color

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

This div border color is #ad655f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,101,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 #ad655f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad655f


Comments

No comments written yet.

Please login to write comment.