#AB808D

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

Shades of Tapestry #AB808D

Tints of Tapestry #AB808D

Color information

#AB808D (or 0xAB808D) is unknown color: approx Tapestry. HEX triplet: AB, 80 and 8D. RGB value is (171,128,141). Sum of RGB (Red+Green+Blue) = 171+128+141=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB808D is #547F72. Grayscale: #8E8E8E. Windows color (decimal): -5537651 or 9273515. OLE color: 9273515.

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

Color convert

RGB171128141-
CMYK00.250.180.33
HSL341.86º20.38%58.63%-
HSV(B)341.86º25.15%67.06%-
XYZ29.3226.0228.68-
YUV142.34127.25148.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=38.86%
G=29.09%
B=32.05%

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
Decimal17112814100.250.180.33341.8620.3858.63
HexAB808D0191221156143b
Octal25320021503122415262473
Binary1010101110000000100011010110011001010000110101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB808D; }

 p { color: rgb(171,128,141); }

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

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

 a { background-color: rgb(171,128,141); }

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

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

 span { border-color: rgb(171,128,141); }

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