#AB7586

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

Shades of Tapestry #AB7586

Tints of Tapestry #AB7586

Color information

#AB7586 (or 0xAB7586) is unknown color: approx Tapestry. HEX triplet: AB, 75 and 86. RGB value is (171,117,134). Sum of RGB (Red+Green+Blue) = 171+117+134=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7586 is #548A79. Grayscale: #878787. Windows color (decimal): -5540474 or 8811947. OLE color: 8811947.

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

Color convert

RGB171117134-
CMYK00.320.220.33
HSL341.11º24.32%56.47%-
HSV(B)341.11º31.58%67.06%-
XYZ27.4623.125.57-
YUV135.08127.39153.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=40.52%
G=27.73%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111713400.320.220.33341.1124.3256.47
HexAB758602016211551838
Octal25316520604026415253070
Binary1010101111101011000011001000001011010000110101010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7586; }

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

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

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

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

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

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

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

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