#AC7881

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

Shades of Tapestry #AC7881

Tints of Tapestry #AC7881

Color information

#AC7881 (or 0xAC7881) is unknown color: approx Tapestry. HEX triplet: AC, 78 and 81. RGB value is (172,120,129). Sum of RGB (Red+Green+Blue) = 172+120+129=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7881 is #53877E. Grayscale: #888888. Windows color (decimal): -5474175 or 8485036. OLE color: 8485036.

HSL color Cylindrical-coordinate representation of color #AC7881: hue angle of 349.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7881 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB172120129-
CMYK00.300.250.33
HSL349.62º23.85%57.25%-
HSV(B)349.62º30.23%67.45%-
XYZ27.6923.7923.9-
YUV136.57123.73153.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=40.86%
G=28.50%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212012900.300.250.33349.6223.8557.25
HexAC788101E192115e1839
Octal25417020103631415363071
Binary101011001111000100000010111101100110000110101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7881; }

 p { color: rgb(172,120,129); }

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

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

 a { background-color: rgb(172,120,129); }

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

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

 span { border-color: rgb(172,120,129); }

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