Html Css Color HEX #AD6E8E Tapestry

📋 copy color: '#AD6E8E'

red 173 ◦ green 110 ◦ blue 142

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

Shades of Tapestry #AD6E8E

Tints of Tapestry #AD6E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 40.71%
G = 25.88%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD6E8E (or 0xAD6E8E) is known color: Tapestry. HEX triplet: AD, 6E and 8E. RGB value is (173,110,142). Sum of RGB (Red+Green+Blue) = 173+110+142=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E8E is #529171. Grayscale: #848484. Windows color (decimal): -5411186 or 9334445. OLE color: 9334445.

HSL color Cylindrical-coordinate representation of color #AD6E8E: hue angle of 329.52º 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 #AD6E8E is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 110 142 -
CMYK 0 0.36 0.18 0.32
HSL 329.52º 0.28% 0.55% -
HSV(B) 329.52º 0.36% 0.68% -
XYZ 27.69 21.99 28.38 -
YUV 132.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 173 110 142 0 0.36 0.18 0.32 329.52 0.28 0.55
Hex AD 6E 8E 0 24 12 20 14A 1C 37
Octal 255 156 216 0 44 22 40 512 34 67
Binary 10101101 1101110 10001110 0 100100 10010 100000 101001010 11100 110111

Color Harmonies of #AD6E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E8E

Black with #AD6E8E

Text Example


Text Example

White with #AD6E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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