#AF798E

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

Shades of Tapestry #AF798E

Tints of Tapestry #AF798E

Color information

#AF798E (or 0xAF798E) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 8E. RGB value is (175,121,142). Sum of RGB (Red+Green+Blue) = 175+121+142=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798E is #508671. Grayscale: #8B8B8B. Windows color (decimal): -5277298 or 9337263. OLE color: 9337263.

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

Color convert

RGB175121142-
CMYK00.310.190.31
HSL336.67º25.23%58.04%-
HSV(B)336.67º30.86%68.63%-
XYZ29.424.7428.82-
YUV139.54129.39153.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=39.95%
G=27.63%
B=32.42%

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
Decimal17512114200.310.190.31336.6725.2358.04
HexAF798E01F131F151193a
Octal25717121603723375213172
Binary10101111111100110001110011111100111111110101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF798E; }

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

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

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

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

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

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

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

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