#AC6D7E

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

Shades of Tapestry #AC6D7E

Tints of Tapestry #AC6D7E

Color information

#AC6D7E (or 0xAC6D7E) is unknown color: approx Tapestry. HEX triplet: AC, 6D and 7E. RGB value is (172,109,126). Sum of RGB (Red+Green+Blue) = 172+109+126=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D7E is #539281. Grayscale: #818181. Windows color (decimal): -5476994 or 8285612. OLE color: 8285612.

HSL color Cylindrical-coordinate representation of color #AC6D7E: hue angle of 343.81º 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 #AC6D7E is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172109126-
CMYK00.370.270.33
HSL343.81º27.51%55.1%-
HSV(B)343.81º36.63%67.45%-
XYZ26.2521.2122.45-
YUV129.78125.87158.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=42.26%
G=26.78%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210912600.370.270.33343.8127.5155.1
HexAC6D7E0251B211581c37
Octal25415517604533415303467
Binary101011001101101111111001001011101110000110101100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D7E; }

 p { color: rgb(172,109,126); }

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

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

 a { background-color: rgb(172,109,126); }

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

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

 span { border-color: rgb(172,109,126); }

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