#AB617B

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

Shades of Tapestry #AB617B

Tints of Tapestry #AB617B

Color information

#AB617B (or 0xAB617B) is unknown color: approx Tapestry. HEX triplet: AB, 61 and 7B. RGB value is (171,97,123). Sum of RGB (Red+Green+Blue) = 171+97+123=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB617B is #549E84. Grayscale: #7A7A7A. Windows color (decimal): -5545605 or 8085931. OLE color: 8085931.

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

Color convert

RGB17197123-
CMYK00.430.280.33
HSL338.92º30.58%52.55%-
HSV(B)338.92º43.27%67.06%-
XYZ24.6418.6421.04-
YUV122.09128.52162.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=43.73%
G=24.81%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719712300.430.280.33338.9230.5852.55
HexAB617B02B1C211531f35
Octal25314117305334415233765
Binary101010111100001111101101010111110010000110101001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB617B; }

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

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

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

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

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

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

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

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