#AB7082

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

Shades of Tapestry #AB7082

Tints of Tapestry #AB7082

Color information

#AB7082 (or 0xAB7082) is unknown color: approx Tapestry. HEX triplet: AB, 70 and 82. RGB value is (171,112,130). Sum of RGB (Red+Green+Blue) = 171+112+130=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7082 is #548F7D. Grayscale: #838383. Windows color (decimal): -5541758 or 8548523. OLE color: 8548523.

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

Color convert

RGB171112130-
CMYK00.350.240.33
HSL341.69º25.99%55.49%-
HSV(B)341.69º34.5%67.06%-
XYZ26.6221.8623.94-
YUV131.69127.05156.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=41.40%
G=27.12%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111213000.350.240.33341.6925.9955.49
HexAB708202318211561a37
Octal25316020204330415263267
Binary1010101111100001000001001000111100010000110101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7082; }

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

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

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

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

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

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

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

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