#AF657C

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

Shades of Tapestry #AF657C

Tints of Tapestry #AF657C

Color information

#AF657C (or 0xAF657C) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 7C. RGB value is (175,101,124). Sum of RGB (Red+Green+Blue) = 175+101+124=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF657C is #509A83. Grayscale: #7D7D7D. Windows color (decimal): -5282436 or 8152495. OLE color: 8152495.

HSL color Cylindrical-coordinate representation of color #AF657C: hue angle of 341.35º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF657C is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175101124-
CMYK00.420.290.31
HSL341.35º31.62%54.12%-
HSV(B)341.35º42.29%68.63%-
XYZ25.9719.8821.54-
YUV125.75127.02163.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 124 (48.83% from 255) = 31%
R=43.75%
G=25.25%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510112400.420.290.31341.3531.6254.12
HexAF657C02A1D1F1552036
Octal25714517405235375254066
Binary101011111100101111110001010101110111111101010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF657C; }

 p { color: rgb(175,101,124); }

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

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

 a { background-color: rgb(175,101,124); }

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

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

 span { border-color: rgb(175,101,124); }

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