#AB7F84

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

Shades of Tapestry #AB7F84

Tints of Tapestry #AB7F84

Color information

#AB7F84 (or 0xAB7F84) is unknown color: approx Tapestry. HEX triplet: AB, 7F and 84. RGB value is (171,127,132). Sum of RGB (Red+Green+Blue) = 171+127+132=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F84 is #54807B. Grayscale: #8C8C8C. Windows color (decimal): -5537916 or 8683435. OLE color: 8683435.

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

Color convert

RGB171127132-
CMYK00.260.230.33
HSL353.18º20.75%58.43%-
HSV(B)353.18º25.73%67.06%-
XYZ28.5525.525.25-
YUV140.73123.08149.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=39.77%
G=29.53%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112713200.260.230.33353.1820.7558.43
HexAB7F8401A1721161153a
Octal25317720403227415412572
Binary101010111111111100001000110101011110000110110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F84; }

 p { color: rgb(171,127,132); }

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

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

 a { background-color: rgb(171,127,132); }

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

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

 span { border-color: rgb(171,127,132); }

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