#AF708A

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

Shades of Tapestry #AF708A

Tints of Tapestry #AF708A

Color information

#AF708A (or 0xAF708A) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 8A. RGB value is (175,112,138). Sum of RGB (Red+Green+Blue) = 175+112+138=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708A is #508F75. Grayscale: #858585. Windows color (decimal): -5279606 or 9072815. OLE color: 9072815.

HSL color Cylindrical-coordinate representation of color #AF708A: hue angle of 335.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF708A is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB175112138-
CMYK00.360.210.31
HSL335.24º28.25%56.27%-
HSV(B)335.24º36%68.63%-
XYZ28.0622.5426.92-
YUV133.8130.37157.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=41.18%
G=26.35%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511213800.360.210.31335.2428.2556.27
HexAF708A024151F14f1c38
Octal25716021204425375173470
Binary101011111110000100010100100100101011111110100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF708A; }

 p { color: rgb(175,112,138); }

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

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

 a { background-color: rgb(175,112,138); }

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

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

 span { border-color: rgb(175,112,138); }

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