#AB748C

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

Shades of Tapestry #AB748C

Tints of Tapestry #AB748C

Color information

#AB748C (or 0xAB748C) is unknown color: approx Tapestry. HEX triplet: AB, 74 and 8C. RGB value is (171,116,140). Sum of RGB (Red+Green+Blue) = 171+116+140=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB748C is #548B73. Grayscale: #878787. Windows color (decimal): -5540724 or 9204907. OLE color: 9204907.

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

Color convert

RGB171116140-
CMYK00.320.180.33
HSL333.82º24.66%56.27%-
HSV(B)333.82º32.16%67.06%-
XYZ27.7723.0427.79-
YUV135.18130.72153.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=40.05%
G=27.17%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111614000.320.180.33333.8224.6656.27
HexAB748C020122114e1938
Octal25316421404022415163170
Binary1010101111101001000110001000001001010000110100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB748C; }

 p { color: rgb(171,116,140); }

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

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

 a { background-color: rgb(171,116,140); }

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

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

 span { border-color: rgb(171,116,140); }

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