Html Css Color HEX #AD7D8F Tapestry

📋 copy color: '#AD7D8F'

red 173 ◦ green 125 ◦ blue 143

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

Shades of Tapestry #AD7D8F

Tints of Tapestry #AD7D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

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

R = 39.23%
G = 28.34%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD7D8F (or 0xAD7D8F) is known color: Tapestry. HEX triplet: AD, 7D and 8F. RGB value is (173,125,143). Sum of RGB (Red+Green+Blue) = 173+125+143=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7D8F is #528270. Grayscale: #8D8D8D. Windows color (decimal): -5407345 or 9403821. OLE color: 9403821.

HSL color Cylindrical-coordinate representation of color #AD7D8F: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7D8F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 125 143 -
CMYK 0 0.28 0.17 0.32
HSL 337.5º 0.23% 0.58% -
HSV(B) 337.5º 0.28% 0.68% -
XYZ 29.53 25.53 29.36 -
YUV 141.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 173 125 143 0 0.28 0.17 0.32 337.5 0.23 0.58
Hex AD 7D 8F 0 1C 11 20 152 17 3A
Octal 255 175 217 0 34 21 40 522 27 72
Binary 10101101 1111101 10001111 0 11100 10001 100000 101010010 10111 111010

Color Harmonies of #AD7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D8F

Black with #AD7D8F

Text Example


Text Example

White with #AD7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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