#AD5F77

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

Shades of Tapestry #AD5F77

Tints of Tapestry #AD5F77

Color information

#AD5F77 (or 0xAD5F77) is unknown color: approx Tapestry. HEX triplet: AD, 5F and 77. RGB value is (173,95,119). Sum of RGB (Red+Green+Blue) = 173+95+119=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F77 is #52A088. Grayscale: #797979. Windows color (decimal): -5415049 or 7823277. OLE color: 7823277.

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

Color convert

RGB17395119-
CMYK00.450.310.32
HSL341.54º32.23%52.55%-
HSV(B)341.54º45.09%67.84%-
XYZ24.6618.419.7-
YUV121.06126.84165.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=44.70%
G=24.55%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739511900.450.310.32341.5432.2352.55
HexAD5F7702D1F201562035
Octal25513716705537405264065
Binary1010110110111111110111010110111111100000101010110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F77; }

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

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

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

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

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

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

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

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