#AF718D

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

Shades of Tapestry #AF718D

Tints of Tapestry #AF718D

Color information

#AF718D (or 0xAF718D) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 8D. RGB value is (175,113,141). Sum of RGB (Red+Green+Blue) = 175+113+141=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718D is #508E72. Grayscale: #868686. Windows color (decimal): -5279347 or 9269679. OLE color: 9269679.

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

Color convert

RGB175113141-
CMYK00.350.190.31
HSL332.9º27.93%56.47%-
HSV(B)332.9º35.43%68.63%-
XYZ28.3922.8528.11-
YUV134.73131.54156.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=40.79%
G=26.34%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511314100.350.190.31332.927.9356.47
HexAF718D023131F14d1c38
Octal25716121504323375153470
Binary101011111110001100011010100011100111111110100110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF718D; }

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

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

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

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

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

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

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

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