#AB6086

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

Shades of Tapestry #AB6086

Tints of Tapestry #AB6086

Color information

#AB6086 (or 0xAB6086) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 86. RGB value is (171,96,134). Sum of RGB (Red+Green+Blue) = 171+96+134=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6086 is #549F79. Grayscale: #7A7A7A. Windows color (decimal): -5545850 or 8806571. OLE color: 8806571.

HSL color Cylindrical-coordinate representation of color #AB6086: hue angle of 329.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6086 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17196134-
CMYK00.440.220.33
HSL329.6º30.86%52.35%-
HSV(B)329.6º43.86%67.06%-
XYZ25.2818.7424.84-
YUV122.76134.35162.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=42.64%
G=23.94%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719613400.440.220.33329.630.8652.35
HexAB608602C162114a1f34
Octal25314020605426415123764
Binary1010101111000001000011001011001011010000110100101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6086; }

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

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

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

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

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

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

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

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