#AC617A

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

Shades of Tapestry #AC617A

Tints of Tapestry #AC617A

Color information

#AC617A (or 0xAC617A) is unknown color: approx Tapestry. HEX triplet: AC, 61 and 7A. RGB value is (172,97,122). Sum of RGB (Red+Green+Blue) = 172+97+122=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC617A is #539E85. Grayscale: #7A7A7A. Windows color (decimal): -5480070 or 8020396. OLE color: 8020396.

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

Color convert

RGB17297122-
CMYK00.440.290.33
HSL340º31.12%52.75%-
HSV(B)340º43.6%67.45%-
XYZ24.818.7320.72-
YUV122.28127.85163.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=43.99%
G=24.81%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729712200.440.290.3334031.1252.75
HexAC617A02C1D211541f35
Octal25414117205435415243765
Binary101011001100001111101001011001110110000110101010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC617A; }

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

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

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

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

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

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

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

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