#AC6284

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

Shades of Tapestry #AC6284

Tints of Tapestry #AC6284

Color information

#AC6284 (or 0xAC6284) is unknown color: approx Tapestry. HEX triplet: AC, 62 and 84. RGB value is (172,98,132). Sum of RGB (Red+Green+Blue) = 172+98+132=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6284 is #539D7B. Grayscale: #7B7B7B. Windows color (decimal): -5479804 or 8676012. OLE color: 8676012.

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

Color convert

RGB17298132-
CMYK00.430.230.33
HSL332.43º30.83%52.94%-
HSV(B)332.43º43.02%67.45%-
XYZ25.5519.1724.18-
YUV124132.52162.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=42.79%
G=24.38%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729813200.430.230.33332.4330.8352.94
HexAC628402B172114c1f35
Octal25414220405327415143765
Binary1010110011000101000010001010111011110000110100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6284; }

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

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

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

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

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

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

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

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