#AF768F

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

Shades of Tapestry #AF768F

Tints of Tapestry #AF768F

Color information

#AF768F (or 0xAF768F) is unknown color: approx Tapestry. HEX triplet: AF, 76 and 8F. RGB value is (175,118,143). Sum of RGB (Red+Green+Blue) = 175+118+143=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF768F is #508970. Grayscale: #898989. Windows color (decimal): -5278065 or 9402031. OLE color: 9402031.

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

Color convert

RGB175118143-
CMYK00.330.180.31
HSL333.68º26.27%57.45%-
HSV(B)333.68º32.57%68.63%-
XYZ29.1224.0529.09-
YUV137.89130.88154.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=40.14%
G=27.06%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511814300.330.180.31333.6826.2757.45
HexAF768F021121F14e1a39
Octal25716621704122375163271
Binary101011111110110100011110100001100101111110100111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF768F; }

 p { color: rgb(175,118,143); }

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

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

 a { background-color: rgb(175,118,143); }

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

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

 span { border-color: rgb(175,118,143); }

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