#AB708D

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

Shades of Tapestry #AB708D

Tints of Tapestry #AB708D

Color information

#AB708D (or 0xAB708D) is unknown color: approx Tapestry. HEX triplet: AB, 70 and 8D. RGB value is (171,112,141). Sum of RGB (Red+Green+Blue) = 171+112+141=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB708D is #548F72. Grayscale: #848484. Windows color (decimal): -5541747 or 9269419. OLE color: 9269419.

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

Color convert

RGB171112141-
CMYK00.350.180.33
HSL330.51º25.99%55.49%-
HSV(B)330.51º34.5%67.06%-
XYZ27.422.1728.03-
YUV132.95132.55155.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=40.33%
G=26.42%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111214100.350.180.33330.5125.9955.49
HexAB708D023122114b1a37
Octal25316021504322415133267
Binary1010101111100001000110101000111001010000110100101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB708D; }

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

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

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

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

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

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

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

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