#AB7A8A

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

Shades of Tapestry #AB7A8A

Tints of Tapestry #AB7A8A

Color information

#AB7A8A (or 0xAB7A8A) is unknown color: approx Tapestry. HEX triplet: AB, 7A and 8A. RGB value is (171,122,138). Sum of RGB (Red+Green+Blue) = 171+122+138=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A8A is #548575. Grayscale: #8A8A8A. Windows color (decimal): -5539190 or 9075371. OLE color: 9075371.

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

Color convert

RGB171122138-
CMYK00.290.190.33
HSL340.41º22.58%57.45%-
HSV(B)340.41º28.65%67.06%-
XYZ28.3424.4127.26-
YUV138.48127.73151.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=39.68%
G=28.31%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112213800.290.190.33340.4122.5857.45
HexAB7A8A01D13211541739
Octal25317221203523415242771
Binary101010111111010100010100111011001110000110101010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A8A; }

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

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

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

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

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

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

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

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