#AB798E

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

Shades of Tapestry #AB798E

Tints of Tapestry #AB798E

Color information

#AB798E (or 0xAB798E) is unknown color: approx Tapestry. HEX triplet: AB, 79 and 8E. RGB value is (171,121,142). Sum of RGB (Red+Green+Blue) = 171+121+142=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB798E is #548671. Grayscale: #8A8A8A. Windows color (decimal): -5539442 or 9337259. OLE color: 9337259.

HSL color Cylindrical-coordinate representation of color #AB798E: hue angle of 334.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB798E is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB171121142-
CMYK00.290.170.33
HSL334.8º22.94%57.25%-
HSV(B)334.8º29.24%67.06%-
XYZ28.5124.2928.78-
YUV138.34130.06151.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=39.40%
G=27.88%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112114200.290.170.33334.822.9457.25
HexAB798E01D112114f1739
Octal25317121603521415172771
Binary101010111111001100011100111011000110000110100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB798E; }

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

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

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

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

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

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

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

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