#AC648A

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

Shades of Tapestry #AC648A

Tints of Tapestry #AC648A

Color information

#AC648A (or 0xAC648A) is unknown color: approx Tapestry. HEX triplet: AC, 64 and 8A. RGB value is (172,100,138). Sum of RGB (Red+Green+Blue) = 172+100+138=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC648A is #539B75. Grayscale: #7D7D7D. Windows color (decimal): -5479286 or 9069740. OLE color: 9069740.

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

Color convert

RGB172100138-
CMYK00.420.200.33
HSL328.33º30.25%53.33%-
HSV(B)328.33º41.86%67.45%-
XYZ26.1619.7226.47-
YUV125.86134.85160.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=41.95%
G=24.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210013800.420.200.33328.3330.2553.33
HexAC648A02A14211481e35
Octal25414421205224415103665
Binary1010110011001001000101001010101010010000110100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC648A; }

 p { color: rgb(172,100,138); }

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

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

 a { background-color: rgb(172,100,138); }

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

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

 span { border-color: rgb(172,100,138); }

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