#AF688C

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

Shades of Tapestry #AF688C

Tints of Tapestry #AF688C

Color information

#AF688C (or 0xAF688C) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 8C. RGB value is (175,104,140). Sum of RGB (Red+Green+Blue) = 175+104+140=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF688C is #509773. Grayscale: #818181. Windows color (decimal): -5281652 or 9201839. OLE color: 9201839.

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

Color convert

RGB175104140-
CMYK00.410.20.31
HSL329.58º30.74%54.71%-
HSV(B)329.58º40.57%68.63%-
XYZ27.3620.9127.4-
YUV129.33134.02160.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=41.77%
G=24.82%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510414000.410.20.31329.5830.7454.71
HexAF688C029141F14a1f37
Octal25715021405124375123767
Binary101011111101000100011000101001101001111110100101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF688C; }

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

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

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

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

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

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

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

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