#AC7488

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

Shades of Tapestry #AC7488

Tints of Tapestry #AC7488

Color information

#AC7488 (or 0xAC7488) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 88. RGB value is (172,116,136). Sum of RGB (Red+Green+Blue) = 172+116+136=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7488 is #538B77. Grayscale: #878787. Windows color (decimal): -5475192 or 8942764. OLE color: 8942764.

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

Color convert

RGB172116136-
CMYK00.330.210.33
HSL338.57º25.23%56.47%-
HSV(B)338.57º32.56%67.45%-
XYZ27.723.0426.28-
YUV135.02128.55154.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=40.57%
G=27.36%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211613600.330.210.33338.5725.2356.47
HexAC748802115211531938
Octal25416421004125415233170
Binary1010110011101001000100001000011010110000110101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7488; }

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

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

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

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

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

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

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

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