#AB687A

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

Shades of Tapestry #AB687A

Tints of Tapestry #AB687A

Color information

#AB687A (or 0xAB687A) is unknown color: approx Tapestry. HEX triplet: AB, 68 and 7A. RGB value is (171,104,122). Sum of RGB (Red+Green+Blue) = 171+104+122=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB687A is #549785. Grayscale: #7E7E7E. Windows color (decimal): -5543814 or 8022187. OLE color: 8022187.

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

Color convert

RGB171104122-
CMYK00.390.290.33
HSL343.88º28.51%53.92%-
HSV(B)343.88º39.18%67.06%-
XYZ25.2619.9620.93-
YUV126.08125.7160.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=43.07%
G=26.20%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110412200.390.290.33343.8828.5153.92
HexAB687A0271D211581d36
Octal25315017204735415303566
Binary101010111101000111101001001111110110000110101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB687A; }

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

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

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

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

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

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

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

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