#AB848B

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

Shades of Tapestry #AB848B

Tints of Tapestry #AB848B

Color information

#AB848B (or 0xAB848B) is unknown color: approx Tapestry. HEX triplet: AB, 84 and 8B. RGB value is (171,132,139). Sum of RGB (Red+Green+Blue) = 171+132+139=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB848B is #547B74. Grayscale: #909090. Windows color (decimal): -5536629 or 9143467. OLE color: 9143467.

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

Color convert

RGB171132139-
CMYK00.230.190.33
HSL349.23º18.84%59.41%-
HSV(B)349.23º22.81%67.06%-
XYZ29.7127.0228.08-
YUV144.46124.92146.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=38.69%
G=29.86%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113213900.230.190.33349.2318.8459.41
HexAB848B017132115d133b
Octal25320421302723415352373
Binary1010101110000100100010110101111001110000110101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB848B; }

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

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

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

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

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

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

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

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