Html Css Color HEX #AD708F Tapestry

📋 copy color: '#AD708F'

red 173 ◦ green 112 ◦ blue 143

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

Shades of Tapestry #AD708F

Tints of Tapestry #AD708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 40.42%
G = 26.17%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD708F (or 0xAD708F) is known color: Tapestry. HEX triplet: AD, 70 and 8F. RGB value is (173,112,143). Sum of RGB (Red+Green+Blue) = 173+112+143=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD708F is #528F70. Grayscale: #858585. Windows color (decimal): -5410673 or 9400493. OLE color: 9400493.

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

Color convert

RGB 173 112 143 -
CMYK 0 0.35 0.17 0.32
HSL 329.51º 0.27% 0.56% -
HSV(B) 329.51º 0.35% 0.68% -
XYZ 27.99 22.46 28.85 -
YUV 133.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 173 112 143 0 0.35 0.17 0.32 329.51 0.27 0.56
Hex AD 70 8F 0 23 11 20 14A 1B 38
Octal 255 160 217 0 43 21 40 512 33 70
Binary 10101101 1110000 10001111 0 100011 10001 100000 101001010 11011 111000

Color Harmonies of #AD708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD708F

Black with #AD708F

Text Example


Text Example

White with #AD708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD708F; }

 p { color: rgb(173,112,143); }

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

background-color css

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

 a { background-color: rgb(173,112,143); }

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

border-color css

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

 span { border-color: rgb(173,112,143); }

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