#AF688E

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

Shades of Tapestry #AF688E

Tints of Tapestry #AF688E

Color information

#AF688E (or 0xAF688E) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 8E. RGB value is (175,104,142). Sum of RGB (Red+Green+Blue) = 175+104+142=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF688E is #509771. Grayscale: #818181. Windows color (decimal): -5281650 or 9332911. OLE color: 9332911.

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

Color convert

RGB175104142-
CMYK00.410.190.31
HSL327.89º30.74%54.71%-
HSV(B)327.89º40.57%68.63%-
XYZ27.5120.9728.19-
YUV129.56135.02160.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=41.57%
G=24.70%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510414200.410.190.31327.8930.7454.71
HexAF688E029131F1481f37
Octal25715021605123375103767
Binary101011111101000100011100101001100111111110100100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF688E; }

 p { color: rgb(175,104,142); }

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

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

 a { background-color: rgb(175,104,142); }

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

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

 span { border-color: rgb(175,104,142); }

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