#AF657D

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

Shades of Tapestry #AF657D

Tints of Tapestry #AF657D

Color information

#AF657D (or 0xAF657D) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 7D. RGB value is (175,101,125). Sum of RGB (Red+Green+Blue) = 175+101+125=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF657D is #509A82. Grayscale: #7D7D7D. Windows color (decimal): -5282435 or 8218031. OLE color: 8218031.

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

Color convert

RGB175101125-
CMYK00.420.290.31
HSL340.54º31.62%54.12%-
HSV(B)340.54º42.29%68.63%-
XYZ26.0319.921.87-
YUV125.86127.52163.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=43.64%
G=25.19%
B=31.17%

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
Decimal17510112500.420.290.31340.5431.6254.12
HexAF657D02A1D1F1552036
Octal25714517505235375254066
Binary101011111100101111110101010101110111111101010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF657D; }

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

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

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

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

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

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

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

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