#AB687F

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

Shades of Tapestry #AB687F

Tints of Tapestry #AB687F

Color information

#AB687F (or 0xAB687F) is unknown color: approx Tapestry. HEX triplet: AB, 68 and 7F. RGB value is (171,104,127). Sum of RGB (Red+Green+Blue) = 171+104+127=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB687F is #549780. Grayscale: #7E7E7E. Windows color (decimal): -5543809 or 8349867. OLE color: 8349867.

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

Color convert

RGB171104127-
CMYK00.390.260.33
HSL339.4º28.51%53.92%-
HSV(B)339.4º39.18%67.06%-
XYZ25.5820.0922.61-
YUV126.65128.2159.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 127 (50% from 255) = 31.59%
R=42.54%
G=25.87%
B=31.59%

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
Decimal17110412700.390.260.33339.428.5153.92
HexAB687F0271A211531d36
Octal25315017704732415233566
Binary101010111101000111111101001111101010000110101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB687F; }

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

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

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

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

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

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

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

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