Html Css Color HEX #AD6E86 Tapestry

📋 copy color: '#AD6E86'

red 173 ◦ green 110 ◦ blue 134

#AD6E86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AD6E86

Tints of Tapestry #AD6E86

RGB

 RED value IS 173 (67.97% from 255) = 41.49%

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 134 (52.73% from 255) = 32.13%

R = 41.49%
G = 26.38%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD6E86 (or 0xAD6E86) is known color: Tapestry. HEX triplet: AD, 6E and 86. RGB value is (173,110,134). Sum of RGB (Red+Green+Blue) = 173+110+134=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E86 is #529179. Grayscale: #838383. Windows color (decimal): -5411194 or 8810157. OLE color: 8810157.

HSL color Cylindrical-coordinate representation of color #AD6E86: hue angle of 337.14º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6E86 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 110 134 -
CMYK 0 0.36 0.23 0.32
HSL 337.14º 0.28% 0.55% -
HSV(B) 337.14º 0.36% 0.68% -
XYZ 27.11 21.76 25.32 -
YUV 131.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 173 110 134 0 0.36 0.23 0.32 337.14 0.28 0.55
Hex AD 6E 86 0 24 17 20 151 1C 37
Octal 255 156 206 0 44 27 40 521 34 67
Binary 10101101 1101110 10000110 0 100100 10111 100000 101010001 11100 110111

Color Harmonies of #AD6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E86

Black with #AD6E86

Text Example


Text Example

White with #AD6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E86; }

 p { color: rgb(173,110,134); }

 H1.HeaderClassName
 {
   color: #AD6E86;
 }
 .AnyTagClassName
 {
   color: #AD6E86;
 }
</style>

background-color css

<style>
 a { background-color: #AD6E86; }

 a { background-color: rgb(173,110,134); }

 div.DivClassName
 {
   background-color: #AD6E86;
 }
 .BgClassName
 {
   background-color: #AD6E86;
 }
</style>

border-color css

<style>
 span { border-color: #AD6E86; }

 span { border-color: rgb(173,110,134); }

 td.TdClassName
 {
   border-color: #AD6E86;
 }
 .TagClassName
 {
   border-color: #AD6E86;
 }
</style>