#AF6C80

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

Shades of Tapestry #AF6C80

Tints of Tapestry #AF6C80

Color information

#AF6C80 (or 0xAF6C80) is unknown color: approx Tapestry. HEX triplet: AF, 6C and 80. RGB value is (175,108,128). Sum of RGB (Red+Green+Blue) = 175+108+128=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C80 is #50937F. Grayscale: #828282. Windows color (decimal): -5280640 or 8416431. OLE color: 8416431.

HSL color Cylindrical-coordinate representation of color #AF6C80: hue angle of 342.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C80 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175108128-
CMYK00.380.270.31
HSL342.09º29.52%55.49%-
HSV(B)342.09º38.29%68.63%-
XYZ26.9421.423.13-
YUV130.31126.7159.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=42.58%
G=26.28%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510812800.380.270.31342.0929.5255.49
HexAF6C800261B1F1561e37
Octal25715420004633375263667
Binary101011111101100100000000100110110111111110101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C80; }

 p { color: rgb(175,108,128); }

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

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

 a { background-color: rgb(175,108,128); }

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

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

 span { border-color: rgb(175,108,128); }

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