#AB607A

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

Shades of Tapestry #AB607A

Tints of Tapestry #AB607A

Color information

#AB607A (or 0xAB607A) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 7A. RGB value is (171,96,122). Sum of RGB (Red+Green+Blue) = 171+96+122=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB607A is #549F85. Grayscale: #797979. Windows color (decimal): -5545862 or 8020139. OLE color: 8020139.

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

Color convert

RGB17196122-
CMYK00.440.290.33
HSL339.2º30.86%52.35%-
HSV(B)339.2º43.86%67.06%-
XYZ24.4918.4320.68-
YUV121.39128.35163.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=43.96%
G=24.68%
B=31.36%

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
Decimal1719612200.440.290.33339.230.8652.35
HexAB607A02C1D211531f34
Octal25314017205435415233764
Binary101010111100000111101001011001110110000110101001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB607A; }

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

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

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

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

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

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

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

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