#AF7887

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

Shades of Tapestry #AF7887

Tints of Tapestry #AF7887

Color information

#AF7887 (or 0xAF7887) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 87. RGB value is (175,120,135). Sum of RGB (Red+Green+Blue) = 175+120+135=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7887 is #508778. Grayscale: #8A8A8A. Windows color (decimal): -5277561 or 8878255. OLE color: 8878255.

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

Color convert

RGB175120135-
CMYK00.310.230.31
HSL343.64º25.58%57.84%-
HSV(B)343.64º31.43%68.63%-
XYZ28.7724.326.1-
YUV138.15126.22154.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=40.70%
G=27.91%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512013500.310.230.31343.6425.5857.84
HexAF788701F171F1581a3a
Octal25717020703727375303272
Binary10101111111100010000111011111101111111110101100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7887; }

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

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

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

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

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

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

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

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