Html Css Color HEX #AD6E8D Tapestry

📋 copy color: '#AD6E8D'

red 173 ◦ green 110 ◦ blue 141

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

Shades of Tapestry #AD6E8D

Tints of Tapestry #AD6E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 40.8%
G = 25.94%
B = 33.25%

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

#AD6E8D (or 0xAD6E8D) is known color: Tapestry. HEX triplet: AD, 6E and 8D. RGB value is (173,110,141). Sum of RGB (Red+Green+Blue) = 173+110+141=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E8D is #529172. Grayscale: #848484. Windows color (decimal): -5411187 or 9268909. OLE color: 9268909.

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

Color convert

RGB 173 110 141 -
CMYK 0 0.36 0.18 0.32
HSL 330.48º 0.28% 0.55% -
HSV(B) 330.48º 0.36% 0.68% -
XYZ 27.62 21.96 27.98 -
YUV 132.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 173 110 141 0 0.36 0.18 0.32 330.48 0.28 0.55
Hex AD 6E 8D 0 24 12 20 14A 1C 37
Octal 255 156 215 0 44 22 40 512 34 67
Binary 10101101 1101110 10001101 0 100100 10010 100000 101001010 11100 110111

Color Harmonies of #AD6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E8D

Black with #AD6E8D

Text Example


Text Example

White with #AD6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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