#AF708D

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

Shades of Tapestry #AF708D

Tints of Tapestry #AF708D

Color information

#AF708D (or 0xAF708D) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 8D. RGB value is (175,112,141). Sum of RGB (Red+Green+Blue) = 175+112+141=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708D is #508F72. Grayscale: #868686. Windows color (decimal): -5279603 or 9269423. OLE color: 9269423.

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

Color convert

RGB175112141-
CMYK00.360.190.31
HSL332.38º28.25%56.27%-
HSV(B)332.38º36%68.63%-
XYZ28.2822.6328.08-
YUV134.14131.87157.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=40.89%
G=26.17%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511214100.360.190.31332.3828.2556.27
HexAF708D024131F14c1c38
Octal25716021504423375143470
Binary101011111110000100011010100100100111111110100110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF708D; }

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

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

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

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

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

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

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

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