#AB848D

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

Shades of Tapestry #AB848D

Tints of Tapestry #AB848D

Color information

#AB848D (or 0xAB848D) is unknown color: approx Tapestry. HEX triplet: AB, 84 and 8D. RGB value is (171,132,141). Sum of RGB (Red+Green+Blue) = 171+132+141=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB848D is #547B72. Grayscale: #909090. Windows color (decimal): -5536627 or 9274539. OLE color: 9274539.

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

Color convert

RGB171132141-
CMYK00.230.180.33
HSL346.15º18.84%59.41%-
HSV(B)346.15º22.81%67.06%-
XYZ29.8527.0828.85-
YUV144.69125.92146.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=38.51%
G=29.73%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113214100.230.180.33346.1518.8459.41
HexAB848D017122115a133b
Octal25320421502722415322373
Binary1010101110000100100011010101111001010000110101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB848D; }

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

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

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

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

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

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

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

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