#AB818C

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

Shades of Tapestry #AB818C

Tints of Tapestry #AB818C

Color information

#AB818C (or 0xAB818C) is unknown color: approx Tapestry. HEX triplet: AB, 81 and 8C. RGB value is (171,129,140). Sum of RGB (Red+Green+Blue) = 171+129+140=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB818C is #547E73. Grayscale: #8E8E8E. Windows color (decimal): -5537396 or 9208235. OLE color: 9208235.

HSL color Cylindrical-coordinate representation of color #AB818C: hue angle of 344.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB818C is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB171129140-
CMYK00.250.180.33
HSL344.29º20%58.82%-
HSV(B)344.29º24.56%67.06%-
XYZ29.3826.2528.33-
YUV142.81126.41148.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=38.86%
G=29.32%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112914000.250.180.33344.292058.82
HexAB818C0191221158143b
Octal25320121403122415302473
Binary1010101110000001100011000110011001010000110101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB818C; }

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

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

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

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

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

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

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

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