#AD5F7C

Color #AD5F7C Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AD5F7C

Tints of Tapestry #AD5F7C

Color information

#AD5F7C (or 0xAD5F7C) is unknown color: approx Tapestry. HEX triplet: AD, 5F and 7C. RGB value is (173,95,124). Sum of RGB (Red+Green+Blue) = 173+95+124=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F7C is #52A083. Grayscale: #797979. Windows color (decimal): -5415044 or 8150957. OLE color: 8150957.

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

Color convert

RGB17395124-
CMYK00.450.280.32
HSL337.69º32.23%52.55%-
HSV(B)337.69º45.09%67.84%-
XYZ24.9618.5221.33-
YUV121.63129.34164.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=44.13%
G=24.23%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739512400.450.280.32337.6932.2352.55
HexAD5F7C02D1C201522035
Octal25513717405534405224065
Binary1010110110111111111100010110111100100000101010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F7C; }

 p { color: rgb(173,95,124); }

 H1.HeaderClassName
 {
   color: #AD5F7C;
 }
 .AnyTagClassName
 {
   color: #AD5F7C;
 }
</style>
background-color css

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

 a { background-color: rgb(173,95,124); }

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

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

 span { border-color: rgb(173,95,124); }

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