#AB708E

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

Shades of Tapestry #AB708E

Tints of Tapestry #AB708E

Color information

#AB708E (or 0xAB708E) is unknown color: approx Tapestry. HEX triplet: AB, 70 and 8E. RGB value is (171,112,142). Sum of RGB (Red+Green+Blue) = 171+112+142=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB708E is #548F71. Grayscale: #858585. Windows color (decimal): -5541746 or 9334955. OLE color: 9334955.

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

Color convert

RGB171112142-
CMYK00.350.170.33
HSL329.49º25.99%55.49%-
HSV(B)329.49º34.5%67.06%-
XYZ27.4722.228.43-
YUV133.06133.05155.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=40.24%
G=26.35%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111214200.350.170.33329.4925.9955.49
HexAB708E02311211491a37
Octal25316021604321415113267
Binary1010101111100001000111001000111000110000110100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB708E; }

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

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

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

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

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

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

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

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