#AC7A88

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

Shades of Tapestry #AC7A88

Tints of Tapestry #AC7A88

Color information

#AC7A88 (or 0xAC7A88) is unknown color: approx Tapestry. HEX triplet: AC, 7A and 88. RGB value is (172,122,136). Sum of RGB (Red+Green+Blue) = 172+122+136=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A88 is #538577. Grayscale: #8A8A8A. Windows color (decimal): -5473656 or 8944300. OLE color: 8944300.

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

Color convert

RGB172122136-
CMYK00.290.210.33
HSL343.2º23.15%57.65%-
HSV(B)343.2º29.07%67.45%-
XYZ28.4224.4726.52-
YUV138.55126.56151.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=40%
G=28.37%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212213600.290.210.33343.223.1557.65
HexAC7A8801D1521157173a
Octal25417221003525415272772
Binary101011001111010100010000111011010110000110101011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A88; }

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

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

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

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

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

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

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

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