#AF718A

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

Shades of Tapestry #AF718A

Tints of Tapestry #AF718A

Color information

#AF718A (or 0xAF718A) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 8A. RGB value is (175,113,138). Sum of RGB (Red+Green+Blue) = 175+113+138=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718A is #508E75. Grayscale: #868686. Windows color (decimal): -5279350 or 9073071. OLE color: 9073071.

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

Color convert

RGB175113138-
CMYK00.350.210.31
HSL335.81º27.93%56.47%-
HSV(B)335.81º35.43%68.63%-
XYZ28.1722.7626.95-
YUV134.39130.04156.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=41.08%
G=26.53%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511313800.350.210.31335.8127.9356.47
HexAF718A023151F1501c38
Octal25716121204325375203470
Binary101011111110001100010100100011101011111110101000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF718A; }

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

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

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

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

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

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

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

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