Html Css Color HEX #AD6A8C Tapestry

📋 copy color: '#AD6A8C'

red 173 ◦ green 106 ◦ blue 140

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

Shades of Tapestry #AD6A8C

Tints of Tapestry #AD6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

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

R = 41.29%
G = 25.3%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD6A8C (or 0xAD6A8C) is known color: Tapestry. HEX triplet: AD, 6A and 8C. RGB value is (173,106,140). Sum of RGB (Red+Green+Blue) = 173+106+140=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A8C is #529573. Grayscale: #818181. Windows color (decimal): -5412212 or 9202349. OLE color: 9202349.

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

Color convert

RGB 173 106 140 -
CMYK 0 0.39 0.19 0.32
HSL 329.55º 0.29% 0.55% -
HSV(B) 329.55º 0.39% 0.68% -
XYZ 27.12 21.09 27.45 -
YUV 129.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 173 106 140 0 0.39 0.19 0.32 329.55 0.29 0.55
Hex AD 6A 8C 0 27 13 20 14A 1D 37
Octal 255 152 214 0 47 23 40 512 35 67
Binary 10101101 1101010 10001100 0 100111 10011 100000 101001010 11101 110111

Color Harmonies of #AD6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A8C

Black with #AD6A8C

Text Example


Text Example

White with #AD6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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