#AC7B8F

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

Shades of Tapestry #AC7B8F

Tints of Tapestry #AC7B8F

Color information

#AC7B8F (or 0xAC7B8F) is unknown color: approx Tapestry. HEX triplet: AC, 7B and 8F. RGB value is (172,123,143). Sum of RGB (Red+Green+Blue) = 172+123+143=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B8F is #538470. Grayscale: #8B8B8B. Windows color (decimal): -5473393 or 9403308. OLE color: 9403308.

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

Color convert

RGB172123143-
CMYK00.280.170.33
HSL335.51º22.79%57.84%-
HSV(B)335.51º28.49%67.45%-
XYZ29.0524.9229.27-
YUV139.93129.73150.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=39.27%
G=28.08%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212314300.280.170.33335.5122.7957.84
HexAC7B8F01C1121150173a
Octal25417321703421415202772
Binary101011001111011100011110111001000110000110101000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B8F; }

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

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

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

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

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

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

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

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