#AB627A

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

Shades of Tapestry #AB627A

Tints of Tapestry #AB627A

Color information

#AB627A (or 0xAB627A) is unknown color: approx Tapestry. HEX triplet: AB, 62 and 7A. RGB value is (171,98,122). Sum of RGB (Red+Green+Blue) = 171+98+122=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB627A is #549D85. Grayscale: #7A7A7A. Windows color (decimal): -5545350 or 8020651. OLE color: 8020651.

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

Color convert

RGB17198122-
CMYK00.430.290.33
HSL340.27º30.29%52.75%-
HSV(B)340.27º42.69%67.06%-
XYZ24.6818.820.74-
YUV122.56127.68162.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=43.73%
G=25.06%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719812200.430.290.33340.2730.2952.75
HexAB627A02B1D211541e35
Octal25314217205335415243665
Binary101010111100010111101001010111110110000110101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB627A; }

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

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

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

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

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

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

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

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