Html Css Color HEX #AD717D Tapestry

📋 copy color: '#AD717D'

red 173 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #AD717D

Tints of Tapestry #AD717D

RGB

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

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

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

R = 42.09%
G = 27.49%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD717D (or 0xAD717D) is known color: Tapestry. HEX triplet: AD, 71 and 7D. RGB value is (173,113,125). Sum of RGB (Red+Green+Blue) = 173+113+125=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD717D is #528E82. Grayscale: #848484. Windows color (decimal): -5410435 or 8221101. OLE color: 8221101.

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

Color convert

RGB 173 113 125 -
CMYK 0 0.35 0.28 0.32
HSL 348º 0.27% 0.56% -
HSV(B) 348º 0.35% 0.68% -
XYZ 26.84 22.18 22.27 -
YUV 132.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 173 113 125 0 0.35 0.28 0.32 348 0.27 0.56
Hex AD 71 7D 0 23 1C 20 15C 1B 38
Octal 255 161 175 0 43 34 40 534 33 70
Binary 10101101 1110001 1111101 0 100011 11100 100000 101011100 11011 111000

Color Harmonies of #AD717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD717D

Black with #AD717D

Text Example


Text Example

White with #AD717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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