#AC6785

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

Shades of Tapestry #AC6785

Tints of Tapestry #AC6785

Color information

#AC6785 (or 0xAC6785) is unknown color: approx Tapestry. HEX triplet: AC, 67 and 85. RGB value is (172,103,133). Sum of RGB (Red+Green+Blue) = 172+103+133=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6785 is #53987A. Grayscale: #7F7F7F. Windows color (decimal): -5478523 or 8742828. OLE color: 8742828.

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

Color convert

RGB172103133-
CMYK00.400.230.33
HSL333.91º29.36%53.92%-
HSV(B)333.91º40.12%67.45%-
XYZ26.120.1624.71-
YUV127.05131.36160.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=42.16%
G=25.25%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210313300.400.230.33333.9129.3653.92
HexAC6785028172114e1d36
Octal25414720505027415163566
Binary1010110011001111000010101010001011110000110100111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6785; }

 p { color: rgb(172,103,133); }

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

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

 a { background-color: rgb(172,103,133); }

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

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

 span { border-color: rgb(172,103,133); }

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