Html Css Color HEX #AD647E Tapestry

📋 copy color: '#AD647E'

red 173 ◦ green 100 ◦ blue 126

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

Shades of Tapestry #AD647E

Tints of Tapestry #AD647E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 43.36%
G = 25.06%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD647E (or 0xAD647E) is known color: Tapestry. HEX triplet: AD, 64 and 7E. RGB value is (173,100,126). Sum of RGB (Red+Green+Blue) = 173+100+126=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD647E is #529B81. Grayscale: #7C7C7C. Windows color (decimal): -5413762 or 8283309. OLE color: 8283309.

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

Color convert

RGB 173 100 126 -
CMYK 0 0.42 0.27 0.32
HSL 338.63º 0.31% 0.54% -
HSV(B) 338.63º 0.42% 0.68% -
XYZ 25.56 19.5 22.16 -
YUV 124.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 173 100 126 0 0.42 0.27 0.32 338.63 0.31 0.54
Hex AD 64 7E 0 2A 1B 20 153 1F 36
Octal 255 144 176 0 52 33 40 523 37 66
Binary 10101101 1100100 1111110 0 101010 11011 100000 101010011 11111 110110

Color Harmonies of #AD647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD647E

Black with #AD647E

Text Example


Text Example

White with #AD647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD647E; }

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

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

background-color css

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

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

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

border-color css

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

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

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