#AC7487

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

Shades of Tapestry #AC7487

Tints of Tapestry #AC7487

Color information

#AC7487 (or 0xAC7487) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 87. RGB value is (172,116,135). Sum of RGB (Red+Green+Blue) = 172+116+135=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7487 is #538B78. Grayscale: #868686. Windows color (decimal): -5475193 or 8877228. OLE color: 8877228.

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

Color convert

RGB172116135-
CMYK00.330.220.33
HSL339.64º25.23%56.47%-
HSV(B)339.64º32.56%67.45%-
XYZ27.6323.0125.91-
YUV134.91128.05154.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=40.66%
G=27.42%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211613500.330.220.33339.6425.2356.47
HexAC748702116211541938
Octal25416420704126415243170
Binary1010110011101001000011101000011011010000110101010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7487; }

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

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

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

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

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

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

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

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