#AF7886

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

Shades of Tapestry #AF7886

Tints of Tapestry #AF7886

Color information

#AF7886 (or 0xAF7886) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 86. RGB value is (175,120,134). Sum of RGB (Red+Green+Blue) = 175+120+134=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7886 is #508779. Grayscale: #8A8A8A. Windows color (decimal): -5277562 or 8812719. OLE color: 8812719.

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

Color convert

RGB175120134-
CMYK00.310.230.31
HSL344.73º25.58%57.84%-
HSV(B)344.73º31.43%68.63%-
XYZ28.724.2725.73-
YUV138.04125.72154.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=40.79%
G=27.97%
B=31.24%

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
Decimal17512013400.310.230.31344.7325.5857.84
HexAF788601F171F1591a3a
Octal25717020603727375313272
Binary10101111111100010000110011111101111111110101100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7886; }

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

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

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

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

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

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

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

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