#AF7180

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

Shades of Tapestry #AF7180

Tints of Tapestry #AF7180

Color information

#AF7180 (or 0xAF7180) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 80. RGB value is (175,113,128). Sum of RGB (Red+Green+Blue) = 175+113+128=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7180 is #508E7F. Grayscale: #858585. Windows color (decimal): -5279360 or 8417711. OLE color: 8417711.

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

Color convert

RGB175113128-
CMYK00.350.270.31
HSL345.48º27.93%56.47%-
HSV(B)345.48º35.43%68.63%-
XYZ27.4822.4823.31-
YUV133.25125.04157.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=42.07%
G=27.16%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511312800.350.270.31345.4827.9356.47
HexAF71800231B1F1591c38
Octal25716120004333375313470
Binary101011111110001100000000100011110111111110101100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7180; }

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

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

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

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

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

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

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

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