#AF647E

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

Shades of Tapestry #AF647E

Tints of Tapestry #AF647E

Color information

#AF647E (or 0xAF647E) is unknown color: approx Tapestry. HEX triplet: AF, 64 and 7E. RGB value is (175,100,126). Sum of RGB (Red+Green+Blue) = 175+100+126=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF647E is #509B81. Grayscale: #7D7D7D. Windows color (decimal): -5282690 or 8283311. OLE color: 8283311.

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

Color convert

RGB175100126-
CMYK00.430.280.31
HSL339.2º31.91%53.92%-
HSV(B)339.2º42.86%68.63%-
XYZ2619.7322.18-
YUV125.39128.35163.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=43.64%
G=24.94%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510012600.430.280.31339.231.9153.92
HexAF647E02B1C1F1532036
Octal25714417605334375234066
Binary101011111100100111111001010111110011111101010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF647E; }

 p { color: rgb(175,100,126); }

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

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

 a { background-color: rgb(175,100,126); }

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

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

 span { border-color: rgb(175,100,126); }

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