#AC5F80

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

Shades of Tapestry #AC5F80

Tints of Tapestry #AC5F80

Color information

#AC5F80 (or 0xAC5F80) is unknown color: approx Tapestry. HEX triplet: AC, 5F and 80. RGB value is (172,95,128). Sum of RGB (Red+Green+Blue) = 172+95+128=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5F80 is #53A07F. Grayscale: #797979. Windows color (decimal): -5480576 or 8413100. OLE color: 8413100.

HSL color Cylindrical-coordinate representation of color #AC5F80: hue angle of 334.29º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5F80 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17295128-
CMYK00.450.260.33
HSL334.29º31.69%52.35%-
HSV(B)334.29º44.77%67.45%-
XYZ2518.5122.68-
YUV121.78131.51163.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=43.54%
G=24.05%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729512800.450.260.33334.2931.6952.35
HexAC5F8002D1A2114e2034
Octal25413720005532415164064
Binary10101100101111110000000010110111010100001101001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F80; }

 p { color: rgb(172,95,128); }

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

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

 a { background-color: rgb(172,95,128); }

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

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

 span { border-color: rgb(172,95,128); }

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