#AF6685

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

Shades of Tapestry #AF6685

Tints of Tapestry #AF6685

Color information

#AF6685 (or 0xAF6685) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 85. RGB value is (175,102,133). Sum of RGB (Red+Green+Blue) = 175+102+133=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6685 is #50997A. Grayscale: #7F7F7F. Windows color (decimal): -5282171 or 8742575. OLE color: 8742575.

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

Color convert

RGB175102133-
CMYK00.420.240.31
HSL334.52º31.33%54.31%-
HSV(B)334.52º41.71%68.63%-
XYZ26.6620.3124.71-
YUV127.36131.18161.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=42.68%
G=24.88%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510213300.420.240.31334.5231.3354.31
HexAF668502A181F14f1f36
Octal25714620505230375173766
Binary101011111100110100001010101010110001111110100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6685; }

 p { color: rgb(175,102,133); }

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

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

 a { background-color: rgb(175,102,133); }

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

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

 span { border-color: rgb(175,102,133); }

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