#AF6C82

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

Shades of Tapestry #AF6C82

Tints of Tapestry #AF6C82

Color information

#AF6C82 (or 0xAF6C82) is unknown color: approx Tapestry. HEX triplet: AF, 6C and 82. RGB value is (175,108,130). Sum of RGB (Red+Green+Blue) = 175+108+130=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C82 is #50937D. Grayscale: #828282. Windows color (decimal): -5280638 or 8547503. OLE color: 8547503.

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

Color convert

RGB175108130-
CMYK00.380.260.31
HSL340.3º29.52%55.49%-
HSV(B)340.3º38.29%68.63%-
XYZ27.0721.4523.83-
YUV130.54127.7159.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=42.37%
G=26.15%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510813000.380.260.31340.329.5255.49
HexAF6C820261A1F1541e37
Octal25715420204632375243667
Binary101011111101100100000100100110110101111110101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C82; }

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

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

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

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

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

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

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

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