#AC6C8A

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

Shades of Tapestry #AC6C8A

Tints of Tapestry #AC6C8A

Color information

#AC6C8A (or 0xAC6C8A) is unknown color: approx Tapestry. HEX triplet: AC, 6C and 8A. RGB value is (172,108,138). Sum of RGB (Red+Green+Blue) = 172+108+138=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C8A is #539375. Grayscale: #828282. Windows color (decimal): -5477238 or 9071788. OLE color: 9071788.

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

Color convert

RGB172108138-
CMYK00.370.200.33
HSL331.88º27.83%54.9%-
HSV(B)331.88º37.21%67.45%-
XYZ26.9621.3326.74-
YUV130.56132.2157.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=41.15%
G=25.84%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210813800.370.200.33331.8827.8354.9
HexAC6C8A025142114c1c37
Octal25415421204524415143467
Binary1010110011011001000101001001011010010000110100110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C8A; }

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

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

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

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

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

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

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

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