#AC617E

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

Shades of Tapestry #AC617E

Tints of Tapestry #AC617E

Color information

#AC617E (or 0xAC617E) is unknown color: approx Tapestry. HEX triplet: AC, 61 and 7E. RGB value is (172,97,126). Sum of RGB (Red+Green+Blue) = 172+97+126=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC617E is #539E81. Grayscale: #7A7A7A. Windows color (decimal): -5480066 or 8282540. OLE color: 8282540.

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

Color convert

RGB17297126-
CMYK00.440.270.33
HSL336.8º31.12%52.75%-
HSV(B)336.8º43.6%67.45%-
XYZ25.0518.8322.05-
YUV122.73129.85163.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=43.54%
G=24.56%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729712600.440.270.33336.831.1252.75
HexAC617E02C1B211511f35
Octal25414117605433415213765
Binary101011001100001111111001011001101110000110101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC617E; }

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

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

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

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

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

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

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

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