#AB6A7E

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

Shades of Tapestry #AB6A7E

Tints of Tapestry #AB6A7E

Color information

#AB6A7E (or 0xAB6A7E) is unknown color: approx Tapestry. HEX triplet: AB, 6A and 7E. RGB value is (171,106,126). Sum of RGB (Red+Green+Blue) = 171+106+126=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A7E is #549581. Grayscale: #7F7F7F. Windows color (decimal): -5543298 or 8284843. OLE color: 8284843.

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

Color convert

RGB171106126-
CMYK00.380.260.33
HSL341.54º27.9%54.31%-
HSV(B)341.54º38.01%67.06%-
XYZ25.7120.4722.33-
YUV127.72127.03158.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=42.43%
G=26.30%
B=31.27%

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
Decimal17110612600.380.260.33341.5427.954.31
HexAB6A7E0261A211561c36
Octal25315217604632415263466
Binary101010111101010111111001001101101010000110101011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A7E; }

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

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

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

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

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

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

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

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