#AB667E

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

Shades of Tapestry #AB667E

Tints of Tapestry #AB667E

Color information

#AB667E (or 0xAB667E) is unknown color: approx Tapestry. HEX triplet: AB, 66 and 7E. RGB value is (171,102,126). Sum of RGB (Red+Green+Blue) = 171+102+126=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB667E is #549981. Grayscale: #7D7D7D. Windows color (decimal): -5544322 or 8283819. OLE color: 8283819.

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

Color convert

RGB171102126-
CMYK00.400.260.33
HSL339.13º29.11%53.53%-
HSV(B)339.13º40.35%67.06%-
XYZ25.3119.6722.2-
YUV125.37128.36160.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=42.86%
G=25.56%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110212600.400.260.33339.1329.1153.53
HexAB667E0281A211531d36
Octal25314617605032415233566
Binary101010111100110111111001010001101010000110101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB667E; }

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

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

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

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

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

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

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

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