#AF788F

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

Shades of Tapestry #AF788F

Tints of Tapestry #AF788F

Color information

#AF788F (or 0xAF788F) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 8F. RGB value is (175,120,143). Sum of RGB (Red+Green+Blue) = 175+120+143=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788F is #508770. Grayscale: #8B8B8B. Windows color (decimal): -5277553 or 9402543. OLE color: 9402543.

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

Color convert

RGB175120143-
CMYK00.310.180.31
HSL334.91º25.58%57.84%-
HSV(B)334.91º31.43%68.63%-
XYZ29.3524.5329.17-
YUV139.07130.22153.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=39.95%
G=27.40%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512014300.310.180.31334.9125.5857.84
HexAF788F01F121F14f1a3a
Octal25717021703722375173272
Binary10101111111100010001111011111100101111110100111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF788F; }

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

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

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

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

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

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

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

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