#AB697B

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

Shades of Tapestry #AB697B

Tints of Tapestry #AB697B

Color information

#AB697B (or 0xAB697B) is unknown color: approx Tapestry. HEX triplet: AB, 69 and 7B. RGB value is (171,105,123). Sum of RGB (Red+Green+Blue) = 171+105+123=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697B is #549684. Grayscale: #7E7E7E. Windows color (decimal): -5543557 or 8087979. OLE color: 8087979.

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

Color convert

RGB171105123-
CMYK00.390.280.33
HSL343.64º28.21%54.12%-
HSV(B)343.64º38.6%67.06%-
XYZ25.4220.1921.3-
YUV126.79125.87159.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=42.86%
G=26.32%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110512300.390.280.33343.6428.2154.12
HexAB697B0271C211581c36
Octal25315117304734415303466
Binary101010111101001111101101001111110010000110101100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB697B; }

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

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

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

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

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

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

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

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