#AB678B

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

Shades of Tapestry #AB678B

Tints of Tapestry #AB678B

Color information

#AB678B (or 0xAB678B) is unknown color: approx Tapestry. HEX triplet: AB, 67 and 8B. RGB value is (171,103,139). Sum of RGB (Red+Green+Blue) = 171+103+139=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678B is #549874. Grayscale: #7F7F7F. Windows color (decimal): -5544053 or 9136043. OLE color: 9136043.

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

Color convert

RGB171103139-
CMYK00.400.190.33
HSL328.24º28.81%53.73%-
HSV(B)328.24º39.77%67.06%-
XYZ26.3120.2226.94-
YUV127.44134.53159.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=41.40%
G=24.94%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110313900.400.190.33328.2428.8153.73
HexAB678B02813211481d36
Octal25314721305023415103566
Binary1010101111001111000101101010001001110000110100100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB678B; }

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

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

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

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

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

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

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

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