#AF6B82

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

Shades of Tapestry #AF6B82

Tints of Tapestry #AF6B82

Color information

#AF6B82 (or 0xAF6B82) is unknown color: approx Tapestry. HEX triplet: AF, 6B and 82. RGB value is (175,107,130). Sum of RGB (Red+Green+Blue) = 175+107+130=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B82 is #50947D. Grayscale: #818181. Windows color (decimal): -5280894 or 8547247. OLE color: 8547247.

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

Color convert

RGB175107130-
CMYK00.390.260.31
HSL339.71º29.82%55.29%-
HSV(B)339.71º38.86%68.63%-
XYZ26.9721.2423.8-
YUV129.95128.03160.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=42.48%
G=25.97%
B=31.55%

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
Decimal17510713000.390.260.31339.7129.8255.29
HexAF6B820271A1F1541e37
Octal25715320204732375243667
Binary101011111101011100000100100111110101111110101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B82; }

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

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

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

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

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

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

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

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