#AC628A

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

Shades of Tapestry #AC628A

Tints of Tapestry #AC628A

Color information

#AC628A (or 0xAC628A) is unknown color: approx Tapestry. HEX triplet: AC, 62 and 8A. RGB value is (172,98,138). Sum of RGB (Red+Green+Blue) = 172+98+138=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC628A is #539D75. Grayscale: #7C7C7C. Windows color (decimal): -5479798 or 9069228. OLE color: 9069228.

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

Color convert

RGB17298138-
CMYK00.430.200.33
HSL327.57º30.83%52.94%-
HSV(B)327.57º43.02%67.45%-
XYZ25.9719.3426.41-
YUV124.69135.52161.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=42.16%
G=24.02%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729813800.430.200.33327.5730.8352.94
HexAC628A02B14211481f35
Octal25414221205324415103765
Binary1010110011000101000101001010111010010000110100100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC628A; }

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

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

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

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

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

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

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

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