#AB668B

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

Shades of Tapestry #AB668B

Tints of Tapestry #AB668B

Color information

#AB668B (or 0xAB668B) is unknown color: approx Tapestry. HEX triplet: AB, 66 and 8B. RGB value is (171,102,139). Sum of RGB (Red+Green+Blue) = 171+102+139=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB668B is #549974. Grayscale: #7E7E7E. Windows color (decimal): -5544309 or 9135787. OLE color: 9135787.

HSL color Cylindrical-coordinate representation of color #AB668B: hue angle of 327.83º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB668B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB171102139-
CMYK00.400.190.33
HSL327.83º29.11%53.53%-
HSV(B)327.83º40.35%67.06%-
XYZ26.2120.0226.91-
YUV126.85134.86159.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=41.50%
G=24.76%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110213900.400.190.33327.8329.1153.53
HexAB668B02813211481d36
Octal25314621305023415103566
Binary1010101111001101000101101010001001110000110100100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB668B; }

 p { color: rgb(171,102,139); }

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

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

 a { background-color: rgb(171,102,139); }

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

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

 span { border-color: rgb(171,102,139); }

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