#AB667C

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

Shades of Tapestry #AB667C

Tints of Tapestry #AB667C

Color information

#AB667C (or 0xAB667C) is unknown color: approx Tapestry. HEX triplet: AB, 66 and 7C. RGB value is (171,102,124). Sum of RGB (Red+Green+Blue) = 171+102+124=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB667C is #549983. Grayscale: #7D7D7D. Windows color (decimal): -5544324 or 8152747. OLE color: 8152747.

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

Color convert

RGB171102124-
CMYK00.400.270.33
HSL340.87º29.11%53.53%-
HSV(B)340.87º40.35%67.06%-
XYZ25.1819.6221.53-
YUV125.14127.36160.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=43.07%
G=25.69%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110212400.400.270.33340.8729.1153.53
HexAB667C0281B211551d36
Octal25314617405033415253566
Binary101010111100110111110001010001101110000110101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB667C; }

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

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

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

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

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

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

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

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