Html Css Color HEX #AD6E8A Tapestry

📋 copy color: '#AD6E8A'

red 173 ◦ green 110 ◦ blue 138

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

Shades of Tapestry #AD6E8A

Tints of Tapestry #AD6E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 41.09%
G = 26.13%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD6E8A (or 0xAD6E8A) is known color: Tapestry. HEX triplet: AD, 6E and 8A. RGB value is (173,110,138). Sum of RGB (Red+Green+Blue) = 173+110+138=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E8A is #529175. Grayscale: #838383. Windows color (decimal): -5411190 or 9072301. OLE color: 9072301.

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

Color convert

RGB 173 110 138 -
CMYK 0 0.36 0.20 0.32
HSL 333.33º 0.28% 0.55% -
HSV(B) 333.33º 0.36% 0.68% -
XYZ 27.4 21.87 26.82 -
YUV 132.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 173 110 138 0 0.36 0.20 0.32 333.33 0.28 0.55
Hex AD 6E 8A 0 24 14 20 14D 1C 37
Octal 255 156 212 0 44 24 40 515 34 67
Binary 10101101 1101110 10001010 0 100100 10100 100000 101001101 11100 110111

Color Harmonies of #AD6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E8A

Black with #AD6E8A

Text Example


Text Example

White with #AD6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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