#AB707F

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

Shades of Tapestry #AB707F

Tints of Tapestry #AB707F

Color information

#AB707F (or 0xAB707F) is unknown color: approx Tapestry. HEX triplet: AB, 70 and 7F. RGB value is (171,112,127). Sum of RGB (Red+Green+Blue) = 171+112+127=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB707F is #548F80. Grayscale: #838383. Windows color (decimal): -5541761 or 8351915. OLE color: 8351915.

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

Color convert

RGB171112127-
CMYK00.350.260.33
HSL344.75º25.99%55.49%-
HSV(B)344.75º34.5%67.06%-
XYZ26.4221.7822.89-
YUV131.35125.55156.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 127 (50% from 255) = 30.98%
R=41.71%
G=27.32%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111212700.350.260.33344.7525.9955.49
HexAB707F0231A211591a37
Octal25316017704332415313267
Binary101010111110000111111101000111101010000110101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB707F; }

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

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

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

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

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

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

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

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