#AB6786

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

Shades of Tapestry #AB6786

Tints of Tapestry #AB6786

Color information

#AB6786 (or 0xAB6786) is unknown color: approx Tapestry. HEX triplet: AB, 67 and 86. RGB value is (171,103,134). Sum of RGB (Red+Green+Blue) = 171+103+134=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6786 is #549879. Grayscale: #7E7E7E. Windows color (decimal): -5544058 or 8808363. OLE color: 8808363.

HSL color Cylindrical-coordinate representation of color #AB6786: hue angle of 332.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6786 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171103134-
CMYK00.400.220.33
HSL332.65º28.81%53.73%-
HSV(B)332.65º39.77%67.06%-
XYZ25.9520.0825.06-
YUV126.87132.03159.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=41.91%
G=25.25%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110313400.400.220.33332.6528.8153.73
HexAB6786028162114d1d36
Octal25314720605026415153566
Binary1010101111001111000011001010001011010000110100110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6786; }

 p { color: rgb(171,103,134); }

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

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

 a { background-color: rgb(171,103,134); }

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

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

 span { border-color: rgb(171,103,134); }

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