#AF707E

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

Shades of Tapestry #AF707E

Tints of Tapestry #AF707E

Color information

#AF707E (or 0xAF707E) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 7E. RGB value is (175,112,126). Sum of RGB (Red+Green+Blue) = 175+112+126=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF707E is #508F81. Grayscale: #848484. Windows color (decimal): -5279618 or 8286383. OLE color: 8286383.

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

Color convert

RGB175112126-
CMYK00.360.280.31
HSL346.67º28.25%56.27%-
HSV(B)346.67º36%68.63%-
XYZ27.2422.2122.59-
YUV132.43124.37158.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=42.37%
G=27.12%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511212600.360.280.31346.6728.2556.27
HexAF707E0241C1F15b1c38
Octal25716017604434375333470
Binary10101111111000011111100100100111001111110101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF707E; }

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

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

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

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

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

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

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

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