#AC6581

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

Shades of Tapestry #AC6581

Tints of Tapestry #AC6581

Color information

#AC6581 (or 0xAC6581) is unknown color: approx Tapestry. HEX triplet: AC, 65 and 81. RGB value is (172,101,129). Sum of RGB (Red+Green+Blue) = 172+101+129=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6581 is #539A7E. Grayscale: #7D7D7D. Windows color (decimal): -5479039 or 8480172. OLE color: 8480172.

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

Color convert

RGB172101129-
CMYK00.410.250.33
HSL336.34º29.96%53.53%-
HSV(B)336.34º41.28%67.45%-
XYZ25.6319.6623.21-
YUV125.42130.02161.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=42.79%
G=25.12%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210112900.410.250.33336.3429.9653.53
HexAC658102919211501e36
Octal25414520105131415203666
Binary1010110011001011000000101010011100110000110101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6581; }

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

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

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

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

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

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

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

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