#AF798B

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

Shades of Tapestry #AF798B

Tints of Tapestry #AF798B

Color information

#AF798B (or 0xAF798B) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 8B. RGB value is (175,121,139). Sum of RGB (Red+Green+Blue) = 175+121+139=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798B is #508674. Grayscale: #8B8B8B. Windows color (decimal): -5277301 or 9140655. OLE color: 9140655.

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

Color convert

RGB175121139-
CMYK00.310.210.31
HSL340º25.23%58.04%-
HSV(B)340º30.86%68.63%-
XYZ29.1824.6527.65-
YUV139.2127.89153.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=40.23%
G=27.82%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512113900.310.210.3134025.2358.04
HexAF798B01F151F154193a
Octal25717121303725375243172
Binary10101111111100110001011011111101011111110101010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF798B; }

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

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

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

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

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

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

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

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