#AB7584

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

Shades of Tapestry #AB7584

Tints of Tapestry #AB7584

Color information

#AB7584 (or 0xAB7584) is unknown color: approx Tapestry. HEX triplet: AB, 75 and 84. RGB value is (171,117,132). Sum of RGB (Red+Green+Blue) = 171+117+132=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7584 is #548A7B. Grayscale: #868686. Windows color (decimal): -5540476 or 8680875. OLE color: 8680875.

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

Color convert

RGB171117132-
CMYK00.320.230.33
HSL343.33º24.32%56.47%-
HSV(B)343.33º31.58%67.06%-
XYZ27.3223.0524.84-
YUV134.86126.39153.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=40.71%
G=27.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111713200.320.230.33343.3324.3256.47
HexAB758402017211571838
Octal25316520404027415273070
Binary1010101111101011000010001000001011110000110101011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7584; }

 p { color: rgb(171,117,132); }

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

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

 a { background-color: rgb(171,117,132); }

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

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

 span { border-color: rgb(171,117,132); }

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