#AB768E

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

Shades of Tapestry #AB768E

Tints of Tapestry #AB768E

Color information

#AB768E (or 0xAB768E) is unknown color: approx Tapestry. HEX triplet: AB, 76 and 8E. RGB value is (171,118,142). Sum of RGB (Red+Green+Blue) = 171+118+142=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB768E is #548971. Grayscale: #888888. Windows color (decimal): -5540210 or 9336491. OLE color: 9336491.

HSL color Cylindrical-coordinate representation of color #AB768E: hue angle of 332.83º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB768E is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB171118142-
CMYK00.310.170.33
HSL332.83º23.98%56.67%-
HSV(B)332.83º30.99%67.06%-
XYZ28.1623.5728.66-
YUV136.58131.06152.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=39.68%
G=27.38%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111814200.310.170.33332.8323.9856.67
HexAB768E01F112114d1839
Octal25316621603721415153071
Binary101010111110110100011100111111000110000110100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB768E; }

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

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

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

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

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

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

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

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