#AF6A82

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

Shades of Tapestry #AF6A82

Tints of Tapestry #AF6A82

Color information

#AF6A82 (or 0xAF6A82) is unknown color: approx Tapestry. HEX triplet: AF, 6A and 82. RGB value is (175,106,130). Sum of RGB (Red+Green+Blue) = 175+106+130=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6A82 is #50957D. Grayscale: #818181. Windows color (decimal): -5281150 or 8546991. OLE color: 8546991.

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

Color convert

RGB175106130-
CMYK00.390.260.31
HSL339.13º30.13%55.1%-
HSV(B)339.13º39.43%68.63%-
XYZ26.8621.0323.76-
YUV129.37128.36160.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=42.58%
G=25.79%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510613000.390.260.31339.1330.1355.1
HexAF6A820271A1F1531e37
Octal25715220204732375233667
Binary101011111101010100000100100111110101111110101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A82; }

 p { color: rgb(175,106,130); }

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

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

 a { background-color: rgb(175,106,130); }

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

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

 span { border-color: rgb(175,106,130); }

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