Html Css Color HEX #AD717E Tapestry

📋 copy color: '#AD717E'

red 173 ◦ green 113 ◦ blue 126

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

Shades of Tapestry #AD717E

Tints of Tapestry #AD717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.43%

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

R = 41.99%
G = 27.43%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD717E (or 0xAD717E) is known color: Tapestry. HEX triplet: AD, 71 and 7E. RGB value is (173,113,126). Sum of RGB (Red+Green+Blue) = 173+113+126=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD717E is #528E81. Grayscale: #848484. Windows color (decimal): -5410434 or 8286637. OLE color: 8286637.

HSL color Cylindrical-coordinate representation of color #AD717E: hue angle of 347º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD717E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 126 -
CMYK 0 0.35 0.27 0.32
HSL 347º 0.27% 0.56% -
HSV(B) 347º 0.35% 0.68% -
XYZ 26.9 22.2 22.61 -
YUV 132.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 173 113 126 0 0.35 0.27 0.32 347 0.27 0.56
Hex AD 71 7E 0 23 1B 20 15B 1B 38
Octal 255 161 176 0 43 33 40 533 33 70
Binary 10101101 1110001 1111110 0 100011 11011 100000 101011011 11011 111000

Color Harmonies of #AD717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD717E

Black with #AD717E

Text Example


Text Example

White with #AD717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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