#AF7189

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

Shades of Tapestry #AF7189

Tints of Tapestry #AF7189

Color information

#AF7189 (or 0xAF7189) is unknown color: approx Tapestry. HEX triplet: AF, 71 and 89. RGB value is (175,113,137). Sum of RGB (Red+Green+Blue) = 175+113+137=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7189 is #508E76. Grayscale: #868686. Windows color (decimal): -5279351 or 9007535. OLE color: 9007535.

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

Color convert

RGB175113137-
CMYK00.350.220.31
HSL336.77º27.93%56.47%-
HSV(B)336.77º35.43%68.63%-
XYZ28.122.7326.57-
YUV134.27129.54157.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=41.18%
G=26.59%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511313700.350.220.31336.7727.9356.47
HexAF7189023161F1511c38
Octal25716121104326375213470
Binary101011111110001100010010100011101101111110101000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7189; }

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

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

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

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

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

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

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

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