Color Hex Logo

#ad7c5b Color Hex

#AD7C5B
(173,124,91)
0 Favorites   0 Comments

Color spaces of #ad7c5b

RGB 17312491
HSL0.070.330.52
HSV24°47°68°
CMYK 0.000.280.47   0.32
XYZ26.329624.054913.1529
Yxy24.05490.41440.3786
Hunter Lab49.04589.995318.4319
CIE-Lab56.142714.980725.5172

#ad7c5b color RGB value is (173,124,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111100 01011011
Octal 255 174 133
Decimal 173 124 91
Hex AD 7C 5B

RGB Percentages of Color #ad7c5b

%44.59
%31.96
%23.45

CMYK Percentages of Color #ad7c5b

%0
%28
%47
%32

Triadic Colors of #ad7c5b

#ad7c5b #5bad7c #7c5bad

Analogous Colors of #ad7c5b

#ad7c5b #ada55b #ad5b63

Monochromatic Colors of #ad7c5b

#ad7c5b

Complementary Color

#ad7c5b #5b8cad

#ad7c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7c5b Color CSS Codes

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

#ad7c5b Text Font Color

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

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


#ad7c5b Background Color

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

This div background color is #ad7c5b


#ad7c5b Border Color

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

This div border color is #ad7c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7c5b

#ad7c5b Color Palettes


Comments

No comments written yet.

Please login to write comment.