#AF7786

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

Shades of Tapestry #AF7786

Tints of Tapestry #AF7786

Color information

#AF7786 (or 0xAF7786) is unknown color: approx Tapestry. HEX triplet: AF, 77 and 86. RGB value is (175,119,134). Sum of RGB (Red+Green+Blue) = 175+119+134=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7786 is #508879. Grayscale: #898989. Windows color (decimal): -5277818 or 8812463. OLE color: 8812463.

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

Color convert

RGB175119134-
CMYK00.320.230.31
HSL343.93º25.93%57.65%-
HSV(B)343.93º32%68.63%-
XYZ28.5824.0325.69-
YUV137.45126.05154.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=40.89%
G=27.80%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511913400.320.230.31343.9325.9357.65
HexAF7786020171F1581a3a
Octal25716720604027375303272
Binary101011111110111100001100100000101111111110101100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7786; }

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

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

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

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

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

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

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

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