#AB617A

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

Shades of Tapestry #AB617A

Tints of Tapestry #AB617A

Color information

#AB617A (or 0xAB617A) is unknown color: approx Tapestry. HEX triplet: AB, 61 and 7A. RGB value is (171,97,122). Sum of RGB (Red+Green+Blue) = 171+97+122=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB617A is #549E85. Grayscale: #797979. Windows color (decimal): -5545606 or 8020395. OLE color: 8020395.

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

Color convert

RGB17197122-
CMYK00.430.290.33
HSL339.73º30.58%52.55%-
HSV(B)339.73º43.27%67.06%-
XYZ24.5818.6120.71-
YUV121.98128.02162.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=43.85%
G=24.87%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719712200.430.290.33339.7330.5852.55
HexAB617A02B1D211541f35
Octal25314117205335415243765
Binary101010111100001111101001010111110110000110101010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB617A; }

 p { color: rgb(171,97,122); }

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

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

 a { background-color: rgb(171,97,122); }

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

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

 span { border-color: rgb(171,97,122); }

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