Html Css Color HEX #AD647D Tapestry

📋 copy color: '#AD647D'

red 173 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #AD647D

Tints of Tapestry #AD647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 43.47%
G = 25.13%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD647D (or 0xAD647D) is known color: Tapestry. HEX triplet: AD, 64 and 7D. RGB value is (173,100,125). Sum of RGB (Red+Green+Blue) = 173+100+125=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD647D is #529B82. Grayscale: #7C7C7C. Windows color (decimal): -5413763 or 8217773. OLE color: 8217773.

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

Color convert

RGB 173 100 125 -
CMYK 0 0.42 0.28 0.32
HSL 339.45º 0.31% 0.54% -
HSV(B) 339.45º 0.42% 0.68% -
XYZ 25.49 19.48 21.82 -
YUV 124.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 173 100 125 0 0.42 0.28 0.32 339.45 0.31 0.54
Hex AD 64 7D 0 2A 1C 20 153 1F 36
Octal 255 144 175 0 52 34 40 523 37 66
Binary 10101101 1100100 1111101 0 101010 11100 100000 101010011 11111 110110

Color Harmonies of #AD647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD647D

Black with #AD647D

Text Example


Text Example

White with #AD647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD647D; }

 p { color: rgb(173,100,125); }

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

background-color css

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

 a { background-color: rgb(173,100,125); }

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

border-color css

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

 span { border-color: rgb(173,100,125); }

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