#AF688F

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

Shades of Tapestry #AF688F

Tints of Tapestry #AF688F

Color information

#AF688F (or 0xAF688F) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 8F. RGB value is (175,104,143). Sum of RGB (Red+Green+Blue) = 175+104+143=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF688F is #509770. Grayscale: #818181. Windows color (decimal): -5281649 or 9398447. OLE color: 9398447.

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

Color convert

RGB175104143-
CMYK00.410.180.31
HSL327.04º30.74%54.71%-
HSV(B)327.04º40.57%68.63%-
XYZ27.592128.59-
YUV129.67135.52160.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=41.47%
G=24.64%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510414300.410.180.31327.0430.7454.71
HexAF688F029121F1471f37
Octal25715021705122375073767
Binary101011111101000100011110101001100101111110100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF688F; }

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

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

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

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

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

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

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

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