#AF7C87

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

Shades of Tapestry #AF7C87

Tints of Tapestry #AF7C87

Color information

#AF7C87 (or 0xAF7C87) is unknown color: approx Tapestry. HEX triplet: AF, 7C and 87. RGB value is (175,124,135). Sum of RGB (Red+Green+Blue) = 175+124+135=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C87 is #508378. Grayscale: #8C8C8C. Windows color (decimal): -5276537 or 8879279. OLE color: 8879279.

HSL color Cylindrical-coordinate representation of color #AF7C87: hue angle of 347.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7C87 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175124135-
CMYK00.290.230.31
HSL347.06º24.17%58.63%-
HSV(B)347.06º29.14%68.63%-
XYZ29.2625.2826.26-
YUV140.5124.9152.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=40.32%
G=28.57%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512413500.290.230.31347.0624.1758.63
HexAF7C8701D171F15b183b
Octal25717420703527375333073
Binary10101111111110010000111011101101111111110101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C87; }

 p { color: rgb(175,124,135); }

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

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

 a { background-color: rgb(175,124,135); }

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

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

 span { border-color: rgb(175,124,135); }

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