#AF708B

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

Shades of Tapestry #AF708B

Tints of Tapestry #AF708B

Color information

#AF708B (or 0xAF708B) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 8B. RGB value is (175,112,139). Sum of RGB (Red+Green+Blue) = 175+112+139=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708B is #508F74. Grayscale: #858585. Windows color (decimal): -5279605 or 9138351. OLE color: 9138351.

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

Color convert

RGB175112139-
CMYK00.360.210.31
HSL334.29º28.25%56.27%-
HSV(B)334.29º36%68.63%-
XYZ28.1322.5727.3-
YUV133.92130.87157.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=41.08%
G=26.29%
B=32.63%

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
Decimal17511213900.360.210.31334.2928.2556.27
HexAF708B024151F14e1c38
Octal25716021304425375163470
Binary101011111110000100010110100100101011111110100111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF708B; }

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

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

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

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

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

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

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

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