#AB6A7F

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

Shades of Tapestry #AB6A7F

Tints of Tapestry #AB6A7F

Color information

#AB6A7F (or 0xAB6A7F) is unknown color: approx Tapestry. HEX triplet: AB, 6A and 7F. RGB value is (171,106,127). Sum of RGB (Red+Green+Blue) = 171+106+127=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A7F is #549580. Grayscale: #7F7F7F. Windows color (decimal): -5543297 or 8350379. OLE color: 8350379.

HSL color Cylindrical-coordinate representation of color #AB6A7F: hue angle of 340.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6A7F is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB171106127-
CMYK00.380.260.33
HSL340.62º27.9%54.31%-
HSV(B)340.62º38.01%67.06%-
XYZ25.7820.522.68-
YUV127.83127.53158.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 127 (50% from 255) = 31.44%
R=42.33%
G=26.24%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110612700.380.260.33340.6227.954.31
HexAB6A7F0261A211551c36
Octal25315217704632415253466
Binary101010111101010111111101001101101010000110101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A7F; }

 p { color: rgb(171,106,127); }

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

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

 a { background-color: rgb(171,106,127); }

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

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

 span { border-color: rgb(171,106,127); }

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