#AF707C

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

Shades of Tapestry #AF707C

Tints of Tapestry #AF707C

Color information

#AF707C (or 0xAF707C) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 7C. RGB value is (175,112,124). Sum of RGB (Red+Green+Blue) = 175+112+124=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF707C is #508F83. Grayscale: #848484. Windows color (decimal): -5279620 or 8155311. OLE color: 8155311.

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

Color convert

RGB175112124-
CMYK00.360.290.31
HSL348.57º28.25%56.27%-
HSV(B)348.57º36%68.63%-
XYZ27.1122.1621.92-
YUV132.2123.37158.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=42.58%
G=27.25%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511212400.360.290.31348.5728.2556.27
HexAF707C0241D1F15d1c38
Octal25716017404435375353470
Binary10101111111000011111000100100111011111110101110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF707C; }

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

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

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

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

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

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

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

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