#AB647A

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

Shades of Tapestry #AB647A

Tints of Tapestry #AB647A

Color information

#AB647A (or 0xAB647A) is unknown color: approx Tapestry. HEX triplet: AB, 64 and 7A. RGB value is (171,100,122). Sum of RGB (Red+Green+Blue) = 171+100+122=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB647A is #549B85. Grayscale: #7B7B7B. Windows color (decimal): -5544838 or 8021163. OLE color: 8021163.

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

Color convert

RGB171100122-
CMYK00.420.290.33
HSL341.41º29.71%53.14%-
HSV(B)341.41º41.52%67.06%-
XYZ24.8619.1820.8-
YUV123.74127.02161.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=43.51%
G=25.45%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110012200.420.290.33341.4129.7153.14
HexAB647A02A1D211551e35
Octal25314417205235415253665
Binary101010111100100111101001010101110110000110101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB647A; }

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

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

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

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

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

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

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

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