Html Css Color HEX #AD6E8B Tapestry

📋 copy color: '#AD6E8B'

red 173 ◦ green 110 ◦ blue 139

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

Shades of Tapestry #AD6E8B

Tints of Tapestry #AD6E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 41%
G = 26.07%
B = 32.94%

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

#AD6E8B (or 0xAD6E8B) is known color: Tapestry. HEX triplet: AD, 6E and 8B. RGB value is (173,110,139). Sum of RGB (Red+Green+Blue) = 173+110+139=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E8B is #529174. Grayscale: #848484. Windows color (decimal): -5411189 or 9137837. OLE color: 9137837.

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

Color convert

RGB 173 110 139 -
CMYK 0 0.36 0.20 0.32
HSL 332.38º 0.28% 0.55% -
HSV(B) 332.38º 0.36% 0.68% -
XYZ 27.47 21.9 27.21 -
YUV 132.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 173 110 139 0 0.36 0.20 0.32 332.38 0.28 0.55
Hex AD 6E 8B 0 24 14 20 14C 1C 37
Octal 255 156 213 0 44 24 40 514 34 67
Binary 10101101 1101110 10001011 0 100100 10100 100000 101001100 11100 110111

Color Harmonies of #AD6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E8B

Black with #AD6E8B

Text Example


Text Example

White with #AD6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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