#AF7888

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

Shades of Tapestry #AF7888

Tints of Tapestry #AF7888

Color information

#AF7888 (or 0xAF7888) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 88. RGB value is (175,120,136). Sum of RGB (Red+Green+Blue) = 175+120+136=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7888 is #508777. Grayscale: #8A8A8A. Windows color (decimal): -5277560 or 8943791. OLE color: 8943791.

HSL color Cylindrical-coordinate representation of color #AF7888: hue angle of 342.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7888 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175120136-
CMYK00.310.220.31
HSL342.55º25.58%57.84%-
HSV(B)342.55º31.43%68.63%-
XYZ28.8424.3226.47-
YUV138.27126.72154.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=40.60%
G=27.84%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512013600.310.220.31342.5525.5857.84
HexAF788801F161F1571a3a
Octal25717021003726375273272
Binary10101111111100010001000011111101101111110101011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7888; }

 p { color: rgb(175,120,136); }

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

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

 a { background-color: rgb(175,120,136); }

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

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

 span { border-color: rgb(175,120,136); }

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