#AB6079

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

Shades of Tapestry #AB6079

Tints of Tapestry #AB6079

Color information

#AB6079 (or 0xAB6079) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 79. RGB value is (171,96,121). Sum of RGB (Red+Green+Blue) = 171+96+121=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6079 is #549F86. Grayscale: #797979. Windows color (decimal): -5545863 or 7954603. OLE color: 7954603.

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

Color convert

RGB17196121-
CMYK00.440.290.33
HSL340º30.86%52.35%-
HSV(B)340º43.86%67.06%-
XYZ24.4318.420.35-
YUV121.28127.85163.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=44.07%
G=24.74%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719612100.440.290.3334030.8652.35
HexAB607902C1D211541f34
Octal25314017105435415243764
Binary101010111100000111100101011001110110000110101010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6079; }

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

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

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

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

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

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

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

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