Color Hex Logo

#ad865b Color Hex

#AD865B
(173,134,91)
0 Favorites   0 Comments

Color spaces of #ad865b

RGB 17313491
HSL0.090.330.52
HSV31°47°68°
CMYK 0.000.230.47   0.32
XYZ27.647026.689813.5920
Yxy26.68980.40700.3929
Hunter Lab51.66225.115420.5647
CIE-Lab58.68619.365828.8142

#ad865b color RGB value is (173,134,91).

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

The process color (four color CMYK) of #ad865b color hex is 0.00, 0.23, 0.47, 0.32. Web safe color of #ad865b is #999966. Color #ad865b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 01011011
Octal 255 206 133
Decimal 173 134 91
Hex AD 86 5B

RGB Percentages of Color #ad865b

%43.47
%33.67
%22.86

CMYK Percentages of Color #ad865b

%0
%23
%47
%32

Triadic Colors of #ad865b

#ad865b #5bad86 #865bad

Analogous Colors of #ad865b

#ad865b #abad5b #ad5d5b

Monochromatic Colors of #ad865b

#ad865b

Complementary Color

#ad865b #5b82ad

#ad865b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad865b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad865b Color CSS Codes

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

#ad865b Text Font Color

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

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


#ad865b Background Color

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

This div background color is #ad865b


#ad865b Border Color

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

This div border color is #ad865b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad865b


Comments

No comments written yet.

Please login to write comment.