#AC6481

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

Shades of Tapestry #AC6481

Tints of Tapestry #AC6481

Color information

#AC6481 (or 0xAC6481) is unknown color: approx Tapestry. HEX triplet: AC, 64 and 81. RGB value is (172,100,129). Sum of RGB (Red+Green+Blue) = 172+100+129=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6481 is #539B7E. Grayscale: #7C7C7C. Windows color (decimal): -5479295 or 8479916. OLE color: 8479916.

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

Color convert

RGB172100129-
CMYK00.420.250.33
HSL335.83º30.25%53.33%-
HSV(B)335.83º41.86%67.45%-
XYZ25.5319.4723.18-
YUV124.83130.35161.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=42.89%
G=24.94%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210012900.420.250.33335.8330.2553.33
HexAC648102A19211501e35
Octal25414420105231415203665
Binary1010110011001001000000101010101100110000110101000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6481; }

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

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

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

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

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

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

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

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