#AB697F

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

Shades of Tapestry #AB697F

Tints of Tapestry #AB697F

Color information

#AB697F (or 0xAB697F) is unknown color: approx Tapestry. HEX triplet: AB, 69 and 7F. RGB value is (171,105,127). Sum of RGB (Red+Green+Blue) = 171+105+127=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697F is #549680. Grayscale: #7F7F7F. Windows color (decimal): -5543553 or 8350123. OLE color: 8350123.

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

Color convert

RGB171105127-
CMYK00.390.260.33
HSL340º28.21%54.12%-
HSV(B)340º38.6%67.06%-
XYZ25.6820.2922.64-
YUV127.24127.87159.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 127 (50% from 255) = 31.51%
R=42.43%
G=26.05%
B=31.51%

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
Decimal17110512700.390.260.3334028.2154.12
HexAB697F0271A211541c36
Octal25315117704732415243466
Binary101010111101001111111101001111101010000110101010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB697F; }

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

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

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

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

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

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

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

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