#AC7B87

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

Shades of Tapestry #AC7B87

Tints of Tapestry #AC7B87

Color information

#AC7B87 (or 0xAC7B87) is unknown color: approx Tapestry. HEX triplet: AC, 7B and 87. RGB value is (172,123,135). Sum of RGB (Red+Green+Blue) = 172+123+135=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B87 is #538478. Grayscale: #8B8B8B. Windows color (decimal): -5473401 or 8879020. OLE color: 8879020.

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

Color convert

RGB172123135-
CMYK00.280.220.33
HSL345.31º22.79%57.84%-
HSV(B)345.31º28.49%67.45%-
XYZ28.4724.6926.19-
YUV139.02125.73151.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=40%
G=28.60%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212313500.280.220.33345.3122.7957.84
HexAC7B8701C1621159173a
Octal25417320703426415312772
Binary101011001111011100001110111001011010000110101100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B87; }

 p { color: rgb(172,123,135); }

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

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

 a { background-color: rgb(172,123,135); }

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

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

 span { border-color: rgb(172,123,135); }

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