#AF7986

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

Shades of Tapestry #AF7986

Tints of Tapestry #AF7986

Color information

#AF7986 (or 0xAF7986) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 86. RGB value is (175,121,134). Sum of RGB (Red+Green+Blue) = 175+121+134=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7986 is #508679. Grayscale: #8A8A8A. Windows color (decimal): -5277306 or 8812975. OLE color: 8812975.

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

Color convert

RGB175121134-
CMYK00.310.230.31
HSL345.56º25.23%58.04%-
HSV(B)345.56º30.86%68.63%-
XYZ28.8224.5125.77-
YUV138.63125.39153.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=40.70%
G=28.14%
B=31.16%

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
Decimal17512113400.310.230.31345.5625.2358.04
HexAF798601F171F15a193a
Octal25717120603727375323172
Binary10101111111100110000110011111101111111110101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7986; }

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

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

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

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

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

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

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

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