#AC6A8A

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

Shades of Tapestry #AC6A8A

Tints of Tapestry #AC6A8A

Color information

#AC6A8A (or 0xAC6A8A) is unknown color: approx Tapestry. HEX triplet: AC, 6A and 8A. RGB value is (172,106,138). Sum of RGB (Red+Green+Blue) = 172+106+138=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A8A is #539575. Grayscale: #818181. Windows color (decimal): -5477750 or 9071276. OLE color: 9071276.

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

Color convert

RGB172106138-
CMYK00.380.200.33
HSL330.91º28.45%54.51%-
HSV(B)330.91º38.37%67.45%-
XYZ26.7520.9126.67-
YUV129.38132.87158.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=41.35%
G=25.48%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210613800.380.200.33330.9128.4554.51
HexAC6A8A026142114b1c37
Octal25415221204624415133467
Binary1010110011010101000101001001101010010000110100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A8A; }

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

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

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

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

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

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

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

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