#AF7080

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

Shades of Tapestry #AF7080

Tints of Tapestry #AF7080

Color information

#AF7080 (or 0xAF7080) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 80. RGB value is (175,112,128). Sum of RGB (Red+Green+Blue) = 175+112+128=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7080 is #508F7F. Grayscale: #848484. Windows color (decimal): -5279616 or 8417455. OLE color: 8417455.

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

Color convert

RGB175112128-
CMYK00.360.270.31
HSL344.76º28.25%56.27%-
HSV(B)344.76º36%68.63%-
XYZ27.3722.2623.28-
YUV132.66125.37158.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=42.17%
G=26.99%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511212800.360.270.31344.7628.2556.27
HexAF70800241B1F1591c38
Octal25716020004433375313470
Binary101011111110000100000000100100110111111110101100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7080; }

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

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

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

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

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

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

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

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