#AB6479

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

Shades of Tapestry #AB6479

Tints of Tapestry #AB6479

Color information

#AB6479 (or 0xAB6479) is unknown color: approx Tapestry. HEX triplet: AB, 64 and 79. RGB value is (171,100,121). Sum of RGB (Red+Green+Blue) = 171+100+121=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6479 is #549B86. Grayscale: #7B7B7B. Windows color (decimal): -5544839 or 7955627. OLE color: 7955627.

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

Color convert

RGB171100121-
CMYK00.420.290.33
HSL342.25º29.71%53.14%-
HSV(B)342.25º41.52%67.06%-
XYZ24.819.1520.48-
YUV123.62126.52161.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=43.62%
G=25.51%
B=30.87%

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
Decimal17110012100.420.290.33342.2529.7153.14
HexAB647902A1D211561e35
Octal25314417105235415263665
Binary101010111100100111100101010101110110000110101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6479; }

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

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

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

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

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

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

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

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