#AC6989

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

Shades of Tapestry #AC6989

Tints of Tapestry #AC6989

Color information

#AC6989 (or 0xAC6989) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 89. RGB value is (172,105,137). Sum of RGB (Red+Green+Blue) = 172+105+137=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6989 is #539676. Grayscale: #808080. Windows color (decimal): -5478007 or 9005484. OLE color: 9005484.

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

Color convert

RGB172105137-
CMYK00.390.200.33
HSL331.34º28.76%54.31%-
HSV(B)331.34º38.95%67.45%-
XYZ26.5820.6826.26-
YUV128.68132.7158.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=41.55%
G=25.36%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210513700.390.200.33331.3428.7654.31
HexAC6989027142114b1d36
Octal25415121104724415133566
Binary1010110011010011000100101001111010010000110100101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6989; }

 p { color: rgb(172,105,137); }

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

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

 a { background-color: rgb(172,105,137); }

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

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

 span { border-color: rgb(172,105,137); }

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