#AF798D

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

Shades of Tapestry #AF798D

Tints of Tapestry #AF798D

Color information

#AF798D (or 0xAF798D) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 8D. RGB value is (175,121,141). Sum of RGB (Red+Green+Blue) = 175+121+141=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798D is #508672. Grayscale: #8B8B8B. Windows color (decimal): -5277299 or 9271727. OLE color: 9271727.

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

Color convert

RGB175121141-
CMYK00.310.190.31
HSL337.78º25.23%58.04%-
HSV(B)337.78º30.86%68.63%-
XYZ29.3224.7128.42-
YUV139.43128.89153.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=40.05%
G=27.69%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512114100.310.190.31337.7825.2358.04
HexAF798D01F131F152193a
Octal25717121503723375223172
Binary10101111111100110001101011111100111111110101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF798D; }

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

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

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

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

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

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

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

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