#AB687E

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

Shades of Tapestry #AB687E

Tints of Tapestry #AB687E

Color information

#AB687E (or 0xAB687E) is unknown color: approx Tapestry. HEX triplet: AB, 68 and 7E. RGB value is (171,104,126). Sum of RGB (Red+Green+Blue) = 171+104+126=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB687E is #549781. Grayscale: #7E7E7E. Windows color (decimal): -5543810 or 8284331. OLE color: 8284331.

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

Color convert

RGB171104126-
CMYK00.390.260.33
HSL340.3º28.51%53.92%-
HSV(B)340.3º39.18%67.06%-
XYZ25.5120.0622.27-
YUV126.54127.7159.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=42.64%
G=25.94%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110412600.390.260.33340.328.5153.92
HexAB687E0271A211541d36
Octal25315017604732415243566
Binary101010111101000111111001001111101010000110101010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB687E; }

 p { color: rgb(171,104,126); }

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

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

 a { background-color: rgb(171,104,126); }

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

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

 span { border-color: rgb(171,104,126); }

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