#AB6D7E

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

Shades of Tapestry #AB6D7E

Tints of Tapestry #AB6D7E

Color information

#AB6D7E (or 0xAB6D7E) is unknown color: approx Tapestry. HEX triplet: AB, 6D and 7E. RGB value is (171,109,126). Sum of RGB (Red+Green+Blue) = 171+109+126=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D7E is #549281. Grayscale: #818181. Windows color (decimal): -5542530 or 8285611. OLE color: 8285611.

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

Color convert

RGB171109126-
CMYK00.360.260.33
HSL343.55º26.96%54.9%-
HSV(B)343.55º36.26%67.06%-
XYZ26.0321.122.44-
YUV129.48126.04157.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=42.12%
G=26.85%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110912600.360.260.33343.5526.9654.9
HexAB6D7E0241A211581b37
Octal25315517604432415303367
Binary101010111101101111111001001001101010000110101100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D7E; }

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

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

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

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

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

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

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

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