#AF7380

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

Shades of Tapestry #AF7380

Tints of Tapestry #AF7380

Color information

#AF7380 (or 0xAF7380) is unknown color: approx Tapestry. HEX triplet: AF, 73 and 80. RGB value is (175,115,128). Sum of RGB (Red+Green+Blue) = 175+115+128=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7380 is #508C7F. Grayscale: #868686. Windows color (decimal): -5278848 or 8418223. OLE color: 8418223.

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

Color convert

RGB175115128-
CMYK00.340.270.31
HSL347º27.27%56.86%-
HSV(B)347º34.29%68.63%-
XYZ27.7122.9323.39-
YUV134.42124.38156.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=41.87%
G=27.51%
B=30.62%

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
Decimal17511512800.340.270.3134727.2756.86
HexAF73800221B1F15b1b39
Octal25716320004233375333371
Binary101011111110011100000000100010110111111110101101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7380; }

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

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

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

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

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

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

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

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