#AB808A

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

Shades of Tapestry #AB808A

Tints of Tapestry #AB808A

Color information

#AB808A (or 0xAB808A) is unknown color: approx Tapestry. HEX triplet: AB, 80 and 8A. RGB value is (171,128,138). Sum of RGB (Red+Green+Blue) = 171+128+138=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB808A is #547F75. Grayscale: #8E8E8E. Windows color (decimal): -5537654 or 9076907. OLE color: 9076907.

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

Color convert

RGB171128138-
CMYK00.250.190.33
HSL346.05º20.38%58.63%-
HSV(B)346.05º25.15%67.06%-
XYZ29.125.9327.52-
YUV142125.75148.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=39.13%
G=29.29%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112813800.250.190.33346.0520.3858.63
HexAB808A019132115a143b
Octal25320021203123415322473
Binary1010101110000000100010100110011001110000110101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB808A; }

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

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

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

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

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

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

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

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