#AF7882

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

Shades of Tapestry #AF7882

Tints of Tapestry #AF7882

Color information

#AF7882 (or 0xAF7882) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 82. RGB value is (175,120,130). Sum of RGB (Red+Green+Blue) = 175+120+130=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7882 is #50877D. Grayscale: #898989. Windows color (decimal): -5277566 or 8550575. OLE color: 8550575.

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

Color convert

RGB175120130-
CMYK00.310.260.31
HSL349.09º25.58%57.84%-
HSV(B)349.09º31.43%68.63%-
XYZ28.4224.1624.28-
YUV137.58123.72154.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=41.18%
G=28.24%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512013000.310.260.31349.0925.5857.84
HexAF788201F1A1F15d1a3a
Octal25717020203732375353272
Binary10101111111100010000010011111110101111110101110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7882; }

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

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

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

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

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

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

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

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