Html Css Color HEX #AD717F Tapestry

📋 copy color: '#AD717F'

red 173 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #AD717F

Tints of Tapestry #AD717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 41.89%
G = 27.36%
B = 30.75%

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

#AD717F (or 0xAD717F) is known color: Tapestry. HEX triplet: AD, 71 and 7F. RGB value is (173,113,127). Sum of RGB (Red+Green+Blue) = 173+113+127=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD717F is #528E80. Grayscale: #848484. Windows color (decimal): -5410433 or 8352173. OLE color: 8352173.

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

Color convert

RGB 173 113 127 -
CMYK 0 0.35 0.27 0.32
HSL 346º 0.27% 0.56% -
HSV(B) 346º 0.35% 0.68% -
XYZ 26.97 22.23 22.95 -
YUV 132.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 173 113 127 0 0.35 0.27 0.32 346 0.27 0.56
Hex AD 71 7F 0 23 1B 20 15A 1B 38
Octal 255 161 177 0 43 33 40 532 33 70
Binary 10101101 1110001 1111111 0 100011 11011 100000 101011010 11011 111000

Color Harmonies of #AD717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD717F

Black with #AD717F

Text Example


Text Example

White with #AD717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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