#AF6886

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

Shades of Tapestry #AF6886

Tints of Tapestry #AF6886

Color information

#AF6886 (or 0xAF6886) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 86. RGB value is (175,104,134). Sum of RGB (Red+Green+Blue) = 175+104+134=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6886 is #509779. Grayscale: #808080. Windows color (decimal): -5281658 or 8808623. OLE color: 8808623.

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

Color convert

RGB175104134-
CMYK00.410.230.31
HSL334.65º30.74%54.71%-
HSV(B)334.65º40.57%68.63%-
XYZ26.9320.7425.14-
YUV128.65131.02161.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=42.37%
G=25.18%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510413400.410.230.31334.6530.7454.71
HexAF6886029171F14f1f37
Octal25715020605127375173767
Binary101011111101000100001100101001101111111110100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6886; }

 p { color: rgb(175,104,134); }

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

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

 a { background-color: rgb(175,104,134); }

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

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

 span { border-color: rgb(175,104,134); }

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