Html Css Color HEX #AD6D8C Tapestry

📋 copy color: '#AD6D8C'

red 173 ◦ green 109 ◦ blue 140

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

Shades of Tapestry #AD6D8C

Tints of Tapestry #AD6D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.83%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 41%
G = 25.83%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD6D8C (or 0xAD6D8C) is known color: Tapestry. HEX triplet: AD, 6D and 8C. RGB value is (173,109,140). Sum of RGB (Red+Green+Blue) = 173+109+140=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D8C is #529273. Grayscale: #838383. Windows color (decimal): -5411444 or 9203117. OLE color: 9203117.

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

Color convert

RGB 173 109 140 -
CMYK 0 0.37 0.19 0.32
HSL 330.94º 0.28% 0.55% -
HSV(B) 330.94º 0.37% 0.68% -
XYZ 27.44 21.71 27.56 -
YUV 131.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 173 109 140 0 0.37 0.19 0.32 330.94 0.28 0.55
Hex AD 6D 8C 0 25 13 20 14B 1C 37
Octal 255 155 214 0 45 23 40 513 34 67
Binary 10101101 1101101 10001100 0 100101 10011 100000 101001011 11100 110111

Color Harmonies of #AD6D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D8C

Black with #AD6D8C

Text Example


Text Example

White with #AD6D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D8C; }

 p { color: rgb(173,109,140); }

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

background-color css

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

 a { background-color: rgb(173,109,140); }

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

border-color css

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

 span { border-color: rgb(173,109,140); }

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