#AF6D8B

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

Shades of Tapestry #AF6D8B

Tints of Tapestry #AF6D8B

Color information

#AF6D8B (or 0xAF6D8B) is unknown color: approx Tapestry. HEX triplet: AF, 6D and 8B. RGB value is (175,109,139). Sum of RGB (Red+Green+Blue) = 175+109+139=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D8B is #509274. Grayscale: #848484. Windows color (decimal): -5280373 or 9137583. OLE color: 9137583.

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

Color convert

RGB175109139-
CMYK00.380.210.31
HSL332.73º29.2%55.69%-
HSV(B)332.73º37.71%68.63%-
XYZ27.8121.9227.19-
YUV132.15131.87158.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=41.37%
G=25.77%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510913900.380.210.31332.7329.255.69
HexAF6D8B026151F14d1d38
Octal25715521304625375153570
Binary101011111101101100010110100110101011111110100110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D8B; }

 p { color: rgb(175,109,139); }

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

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

 a { background-color: rgb(175,109,139); }

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

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

 span { border-color: rgb(175,109,139); }

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