#AB697D

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

Shades of Tapestry #AB697D

Tints of Tapestry #AB697D

Color information

#AB697D (or 0xAB697D) is unknown color: approx Tapestry. HEX triplet: AB, 69 and 7D. RGB value is (171,105,125). Sum of RGB (Red+Green+Blue) = 171+105+125=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697D is #549682. Grayscale: #7F7F7F. Windows color (decimal): -5543555 or 8219051. OLE color: 8219051.

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

Color convert

RGB171105125-
CMYK00.390.270.33
HSL341.82º28.21%54.12%-
HSV(B)341.82º38.6%67.06%-
XYZ25.5520.2421.96-
YUV127.01126.87159.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=42.64%
G=26.18%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110512500.390.270.33341.8228.2154.12
HexAB697D0271B211561c36
Octal25315117504733415263466
Binary101010111101001111110101001111101110000110101011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB697D; }

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

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

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

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

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

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

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

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