#AB6989

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

Shades of Tapestry #AB6989

Tints of Tapestry #AB6989

Color information

#AB6989 (or 0xAB6989) is unknown color: approx Tapestry. HEX triplet: AB, 69 and 89. RGB value is (171,105,137). Sum of RGB (Red+Green+Blue) = 171+105+137=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6989 is #549676. Grayscale: #808080. Windows color (decimal): -5543543 or 9005483. OLE color: 9005483.

HSL color Cylindrical-coordinate representation of color #AB6989: hue angle of 330.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6989 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171105137-
CMYK00.390.200.33
HSL330.91º28.21%54.12%-
HSV(B)330.91º38.6%67.06%-
XYZ26.3620.5726.25-
YUV128.38132.87158.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=41.40%
G=25.42%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110513700.390.200.33330.9128.2154.12
HexAB6989027142114b1c36
Octal25315121104724415133466
Binary1010101111010011000100101001111010010000110100101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6989; }

 p { color: rgb(171,105,137); }

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

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

 a { background-color: rgb(171,105,137); }

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

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

 span { border-color: rgb(171,105,137); }

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