#AB7287

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

Shades of Tapestry #AB7287

Tints of Tapestry #AB7287

Color information

#AB7287 (or 0xAB7287) is unknown color: approx Tapestry. HEX triplet: AB, 72 and 87. RGB value is (171,114,135). Sum of RGB (Red+Green+Blue) = 171+114+135=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7287 is #548D78. Grayscale: #858585. Windows color (decimal): -5541241 or 8876715. OLE color: 8876715.

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

Color convert

RGB171114135-
CMYK00.330.210.33
HSL337.89º25.33%55.88%-
HSV(B)337.89º33.33%67.06%-
XYZ27.1922.4425.82-
YUV133.44128.88154.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=40.71%
G=27.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111413500.330.210.33337.8925.3355.88
HexAB728702115211521938
Octal25316220704125415223170
Binary1010101111100101000011101000011010110000110101001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7287; }

 p { color: rgb(171,114,135); }

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

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

 a { background-color: rgb(171,114,135); }

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

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

 span { border-color: rgb(171,114,135); }

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