#AB798C

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

Shades of Tapestry #AB798C

Tints of Tapestry #AB798C

Color information

#AB798C (or 0xAB798C) is unknown color: approx Tapestry. HEX triplet: AB, 79 and 8C. RGB value is (171,121,140). Sum of RGB (Red+Green+Blue) = 171+121+140=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB798C is #548673. Grayscale: #8A8A8A. Windows color (decimal): -5539444 or 9206187. OLE color: 9206187.

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

Color convert

RGB171121140-
CMYK00.290.180.33
HSL337.2º22.94%57.25%-
HSV(B)337.2º29.24%67.06%-
XYZ28.3724.2327.99-
YUV138.12129.06151.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=39.58%
G=28.01%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112114000.290.180.33337.222.9457.25
HexAB798C01D12211511739
Octal25317121403522415212771
Binary101010111111001100011000111011001010000110101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB798C; }

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

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

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

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

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

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

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

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