#AF7480

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

Shades of Tapestry #AF7480

Tints of Tapestry #AF7480

Color information

#AF7480 (or 0xAF7480) is unknown color: approx Tapestry. HEX triplet: AF, 74 and 80. RGB value is (175,116,128). Sum of RGB (Red+Green+Blue) = 175+116+128=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7480 is #508B7F. Grayscale: #878787. Windows color (decimal): -5278592 or 8418479. OLE color: 8418479.

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

Color convert

RGB175116128-
CMYK00.340.270.31
HSL347.8º26.94%57.06%-
HSV(B)347.8º33.71%68.63%-
XYZ27.8223.1623.43-
YUV135.01124.05156.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=41.77%
G=27.68%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511612800.340.270.31347.826.9457.06
HexAF74800221B1F15c1b39
Octal25716420004233375343371
Binary101011111110100100000000100010110111111110101110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7480; }

 p { color: rgb(175,116,128); }

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

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

 a { background-color: rgb(175,116,128); }

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

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

 span { border-color: rgb(175,116,128); }

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