#AB698C

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

Shades of Tapestry #AB698C

Tints of Tapestry #AB698C

Color information

#AB698C (or 0xAB698C) is unknown color: approx Tapestry. HEX triplet: AB, 69 and 8C. RGB value is (171,105,140). Sum of RGB (Red+Green+Blue) = 171+105+140=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB698C is #549673. Grayscale: #808080. Windows color (decimal): -5543540 or 9202091. OLE color: 9202091.

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

Color convert

RGB171105140-
CMYK00.390.180.33
HSL328.18º28.21%54.12%-
HSV(B)328.18º38.6%67.06%-
XYZ26.5820.6527.4-
YUV128.72134.37158.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=41.11%
G=25.24%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110514000.390.180.33328.1828.2154.12
HexAB698C02712211481c36
Octal25315121404722415103466
Binary1010101111010011000110001001111001010000110100100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB698C; }

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

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

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

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

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

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

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

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