#AF737D

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

Shades of Tapestry #AF737D

Tints of Tapestry #AF737D

Color information

#AF737D (or 0xAF737D) is unknown color: approx Tapestry. HEX triplet: AF, 73 and 7D. RGB value is (175,115,125). Sum of RGB (Red+Green+Blue) = 175+115+125=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF737D is #508C82. Grayscale: #868686. Windows color (decimal): -5278851 or 8221615. OLE color: 8221615.

HSL color Cylindrical-coordinate representation of color #AF737D: hue angle of 350º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF737D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175115125-
CMYK00.340.290.31
HSL350º27.27%56.86%-
HSV(B)350º34.29%68.63%-
XYZ27.5122.8622.36-
YUV134.08122.88157.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=42.17%
G=27.71%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511512500.340.290.3135027.2756.86
HexAF737D0221D1F15e1b39
Octal25716317504235375363371
Binary10101111111001111111010100010111011111110101111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF737D; }

 p { color: rgb(175,115,125); }

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

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

 a { background-color: rgb(175,115,125); }

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

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

 span { border-color: rgb(175,115,125); }

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