#AF6785

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

Shades of Tapestry #AF6785

Tints of Tapestry #AF6785

Color information

#AF6785 (or 0xAF6785) is unknown color: approx Tapestry. HEX triplet: AF, 67 and 85. RGB value is (175,103,133). Sum of RGB (Red+Green+Blue) = 175+103+133=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6785 is #50987A. Grayscale: #7F7F7F. Windows color (decimal): -5281915 or 8742831. OLE color: 8742831.

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

Color convert

RGB175103133-
CMYK00.410.240.31
HSL335º31.03%54.51%-
HSV(B)335º41.14%68.63%-
XYZ26.7620.5124.74-
YUV127.95130.85161.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=42.58%
G=25.06%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510313300.410.240.3133531.0354.51
HexAF6785029181F14f1f37
Octal25714720505130375173767
Binary101011111100111100001010101001110001111110100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6785; }

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

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

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

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

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

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

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

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