#AB7F85

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

Shades of Tapestry #AB7F85

Tints of Tapestry #AB7F85

Color information

#AB7F85 (or 0xAB7F85) is unknown color: approx Tapestry. HEX triplet: AB, 7F and 85. RGB value is (171,127,133). Sum of RGB (Red+Green+Blue) = 171+127+133=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F85 is #54807A. Grayscale: #8C8C8C. Windows color (decimal): -5537915 or 8748971. OLE color: 8748971.

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

Color convert

RGB171127133-
CMYK00.260.220.33
HSL351.82º20.75%58.43%-
HSV(B)351.82º25.73%67.06%-
XYZ28.6225.5325.61-
YUV140.84123.58149.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=39.68%
G=29.47%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112713300.260.220.33351.8220.7558.43
HexAB7F8501A1621160153a
Octal25317720503226415402572
Binary101010111111111100001010110101011010000110110000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F85; }

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

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

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

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

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

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

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

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